Automating the Deployment of Networks Using Terraform Reviews

7678 reviews

Terraform firewall resource examples are broken. Needed to add a source tag, service account or ip range.

STEVEN B. · Reviewed מעל 4 שנים ago

Muhammad R. · Reviewed מעל 4 שנים ago

Wong W. · Reviewed מעל 4 שנים ago

Madhusoodanan T. · Reviewed מעל 4 שנים ago

firewall configuration never worked I did 5 times but I didn't work, I created from console and it worked

YSChoi C. · Reviewed מעל 4 שנים ago

Edgardo T. · Reviewed מעל 4 שנים ago

in firewall source_tags = ["web"] should be added as per latest terraform docs or else terraform apply is not working https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_firewall

Abdul F. · Reviewed מעל 4 שנים ago

Edgardo T. · Reviewed מעל 4 שנים ago

Michel Branco O. · Reviewed מעל 4 שנים ago

Francisco Javier G. · Reviewed מעל 4 שנים ago

Aswin R. · Reviewed מעל 4 שנים ago

Franklin de F. · Reviewed מעל 4 שנים ago

Raghavendra C. · Reviewed מעל 4 שנים ago

Mahmmoud M. · Reviewed מעל 4 שנים ago

the Terraform software has bugs in the compute firewall resource and i could not proceed hope its fixed terraform google provider plugin v4.0.0

Michael G. · Reviewed מעל 4 שנים ago

Rohit M. · Reviewed מעל 4 שנים ago

id like to try again

John D. · Reviewed מעל 4 שנים ago

error due to missing source info in firewall rule

Brian T. · Reviewed מעל 4 שנים ago

WAWAN W. · Reviewed מעל 4 שנים ago

Brian T. · Reviewed מעל 4 שנים ago

Greg K. · Reviewed מעל 4 שנים ago

When I followed the instruction, terraform plan command was failed, but after I added source_ranges = ["0.0.0.0/0"] it succeeded. Below code is what I used. I think the instruction needs update. resource "google_compute_firewall" "managementnet-allow-http-ssh-rdp-icmp" { name = "managementnet-allow-http-ssh-rdp-icmp" network = google_compute_network.managementnet.self_link allow { protocol = "tcp" ports = ["22", "80", "3389"] } allow { protocol = "icmp" } source_ranges = ["0.0.0.0/0"] }

Dongwon Y. · Reviewed מעל 4 שנים ago

Not able to complete the lab facing issue in Add a firewall rule to allow HTTP, SSH, and RDP traffic on managementnet step

Aditya R. · Reviewed מעל 4 שנים ago

Follow on the notes again and again, but the "terraform fmt" do not load the files

Filipe R. · Reviewed מעל 4 שנים ago

Francisco Javier G. · Reviewed מעל 4 שנים ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.