关于“Automating the Deployment of Networks Using Terraform”的评价

7678 条评价

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

STEVEN B. · 已于 over 4 years前审核

Muhammad R. · 已于 over 4 years前审核

Wong W. · 已于 over 4 years前审核

Madhusoodanan T. · 已于 over 4 years前审核

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

YSChoi C. · 已于 over 4 years前审核

Edgardo T. · 已于 over 4 years前审核

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. · 已于 over 4 years前审核

Edgardo T. · 已于 over 4 years前审核

Michel Branco O. · 已于 over 4 years前审核

Francisco Javier G. · 已于 over 4 years前审核

Aswin R. · 已于 over 4 years前审核

Franklin de F. · 已于 over 4 years前审核

Raghavendra C. · 已于 over 4 years前审核

Mahmmoud M. · 已于 over 4 years前审核

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. · 已于 over 4 years前审核

Rohit M. · 已于 over 4 years前审核

id like to try again

John D. · 已于 over 4 years前审核

error due to missing source info in firewall rule

Brian T. · 已于 over 4 years前审核

WAWAN W. · 已于 over 4 years前审核

Brian T. · 已于 over 4 years前审核

Greg K. · 已于 over 4 years前审核

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. · 已于 over 4 years前审核

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. · 已于 over 4 years前审核

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

Filipe R. · 已于 over 4 years前审核

Francisco Javier G. · 已于 over 4 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。