Opiniones sobre Automating the Deployment of Networks Using Terraform
7678 opiniones
Terraform firewall resource examples are broken. Needed to add a source tag, service account or ip range.
STEVEN B. · Se revisó hace más de 4 años
Muhammad R. · Se revisó hace más de 4 años
Wong W. · Se revisó hace más de 4 años
Madhusoodanan T. · Se revisó hace más de 4 años
firewall configuration never worked I did 5 times but I didn't work, I created from console and it worked
YSChoi C. · Se revisó hace más de 4 años
Edgardo T. · Se revisó hace más de 4 años
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. · Se revisó hace más de 4 años
Edgardo T. · Se revisó hace más de 4 años
Michel Branco O. · Se revisó hace más de 4 años
Francisco Javier G. · Se revisó hace más de 4 años
Aswin R. · Se revisó hace más de 4 años
Franklin de F. · Se revisó hace más de 4 años
Raghavendra C. · Se revisó hace más de 4 años
Mahmmoud M. · Se revisó hace más de 4 años
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. · Se revisó hace más de 4 años
Rohit M. · Se revisó hace más de 4 años
id like to try again
John D. · Se revisó hace más de 4 años
error due to missing source info in firewall rule
Brian T. · Se revisó hace más de 4 años
WAWAN W. · Se revisó hace más de 4 años
Brian T. · Se revisó hace más de 4 años
Greg K. · Se revisó hace más de 4 años
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. · Se revisó hace más de 4 años
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. · Se revisó hace más de 4 años
Follow on the notes again and again, but the "terraform fmt" do not load the files
Filipe R. · Se revisó hace más de 4 años
Francisco Javier G. · Se revisó hace más de 4 años
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.