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 yıldan fazla ago
Muhammad R. · Reviewed 4 yıldan fazla ago
Wong W. · Reviewed 4 yıldan fazla ago
Madhusoodanan T. · Reviewed 4 yıldan fazla 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 yıldan fazla ago
Edgardo T. · Reviewed 4 yıldan fazla 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 yıldan fazla ago
Edgardo T. · Reviewed 4 yıldan fazla ago
Michel Branco O. · Reviewed 4 yıldan fazla ago
Francisco Javier G. · Reviewed 4 yıldan fazla ago
Aswin R. · Reviewed 4 yıldan fazla ago
Franklin de F. · Reviewed 4 yıldan fazla ago
Raghavendra C. · Reviewed 4 yıldan fazla ago
Mahmmoud M. · Reviewed 4 yıldan fazla 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 yıldan fazla ago
Rohit M. · Reviewed 4 yıldan fazla ago
id like to try again
John D. · Reviewed 4 yıldan fazla ago
error due to missing source info in firewall rule
Brian T. · Reviewed 4 yıldan fazla ago
WAWAN W. · Reviewed 4 yıldan fazla ago
Brian T. · Reviewed 4 yıldan fazla ago
Greg K. · Reviewed 4 yıldan fazla 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 yıldan fazla 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 yıldan fazla ago
Follow on the notes again and again, but the "terraform fmt" do not load the files
Filipe R. · Reviewed 4 yıldan fazla ago
Francisco Javier G. · Reviewed 4 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.