Automating the Deployment of Networks Using Terraform avis
7678 avis
Terraform firewall resource examples are broken. Needed to add a source tag, service account or ip range.
STEVEN B. · Examiné il y a plus de 4 ans
Muhammad R. · Examiné il y a plus de 4 ans
Wong W. · Examiné il y a plus de 4 ans
Madhusoodanan T. · Examiné il y a plus de 4 ans
firewall configuration never worked I did 5 times but I didn't work, I created from console and it worked
YSChoi C. · Examiné il y a plus de 4 ans
Edgardo T. · Examiné il y a plus de 4 ans
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. · Examiné il y a plus de 4 ans
Edgardo T. · Examiné il y a plus de 4 ans
Michel Branco O. · Examiné il y a plus de 4 ans
Francisco Javier G. · Examiné il y a plus de 4 ans
Aswin R. · Examiné il y a plus de 4 ans
Franklin de F. · Examiné il y a plus de 4 ans
Raghavendra C. · Examiné il y a plus de 4 ans
Mahmmoud M. · Examiné il y a plus de 4 ans
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. · Examiné il y a plus de 4 ans
Rohit M. · Examiné il y a plus de 4 ans
id like to try again
John D. · Examiné il y a plus de 4 ans
error due to missing source info in firewall rule
Brian T. · Examiné il y a plus de 4 ans
WAWAN W. · Examiné il y a plus de 4 ans
Brian T. · Examiné il y a plus de 4 ans
Greg K. · Examiné il y a plus de 4 ans
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. · Examiné il y a plus de 4 ans
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. · Examiné il y a plus de 4 ans
Follow on the notes again and again, but the "terraform fmt" do not load the files
Filipe R. · Examiné il y a plus de 4 ans
Francisco Javier G. · Examiné il y a plus de 4 ans
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.