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.

BELL STEVEN · 4年以上前にレビュー済み

Rizky Novriansyah Muhammad · 4年以上前にレビュー済み

Wai Ho Wong · 4年以上前にレビュー済み

Thavara Madhusoodanan · 4年以上前にレビュー済み

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

Choi YSChoi · 4年以上前にレビュー済み

Tollini Edgardo · 4年以上前にレビュー済み

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

Fahad Abdul · 4年以上前にレビュー済み

Tollini Edgardo · 4年以上前にレビュー済み

Oliveira Michel Branco · 4年以上前にレビュー済み

Garcia Rodriguez Francisco Javier · 4年以上前にレビュー済み

Raj R Aswin · 4年以上前にレビュー済み

Franca Franklin de · 4年以上前にレビュー済み

C S Raghavendra · 4年以上前にレビュー済み

Mahdi Mahmmoud · 4年以上前にレビュー済み

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

Gobz Michael · 4年以上前にレビュー済み

Mishra Rohit · 4年以上前にレビュー済み

id like to try again

De Asis John · 4年以上前にレビュー済み

error due to missing source info in firewall rule

Thomson Brian · 4年以上前にレビュー済み

WIRAATMAJA WAWAN · 4年以上前にレビュー済み

Thomson Brian · 4年以上前にレビュー済み

Kuelgen Greg · 4年以上前にレビュー済み

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"] }

Yoon Dongwon · 4年以上前にレビュー済み

Not able to complete the lab facing issue in Add a firewall rule to allow HTTP, SSH, and RDP traffic on managementnet step

Risbud Aditya · 4年以上前にレビュー済み

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

Ramos Filipe · 4年以上前にレビュー済み

Garcia Rodriguez Francisco Javier · 4年以上前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。