Automating the Deployment of Networks Using Terraform recensioni

7678 recensioni

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

STEVEN B. · Recensione inserita oltre 4 anni fa

Muhammad R. · Recensione inserita oltre 4 anni fa

Wong W. · Recensione inserita oltre 4 anni fa

Madhusoodanan T. · Recensione inserita oltre 4 anni fa

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

YSChoi C. · Recensione inserita oltre 4 anni fa

Edgardo T. · Recensione inserita oltre 4 anni fa

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. · Recensione inserita oltre 4 anni fa

Edgardo T. · Recensione inserita oltre 4 anni fa

Michel Branco O. · Recensione inserita oltre 4 anni fa

Francisco Javier G. · Recensione inserita oltre 4 anni fa

Aswin R. · Recensione inserita oltre 4 anni fa

Franklin de F. · Recensione inserita oltre 4 anni fa

Raghavendra C. · Recensione inserita oltre 4 anni fa

Mahmmoud M. · Recensione inserita oltre 4 anni fa

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. · Recensione inserita oltre 4 anni fa

Rohit M. · Recensione inserita oltre 4 anni fa

id like to try again

John D. · Recensione inserita oltre 4 anni fa

error due to missing source info in firewall rule

Brian T. · Recensione inserita oltre 4 anni fa

WAWAN W. · Recensione inserita oltre 4 anni fa

Brian T. · Recensione inserita oltre 4 anni fa

Greg K. · Recensione inserita oltre 4 anni fa

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. · Recensione inserita oltre 4 anni fa

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. · Recensione inserita oltre 4 anni fa

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

Filipe R. · Recensione inserita oltre 4 anni fa

Francisco Javier G. · Recensione inserita oltre 4 anni fa

Non garantiamo che le recensioni pubblicate provengano da consumatori che hanno acquistato o utilizzato i prodotti. Le recensioni non sono verificate da Google.