Automating the Deployment of Networks with Terraform Reviews
18475 reviews
David D. · Reviewed about 3 years ago
Jakub T. · Reviewed about 3 years ago
LAKSHAY S. · Reviewed about 3 years ago
Volodymyr K. · Reviewed about 3 years ago
Constantine D. · Reviewed about 3 years ago
Angelica G. · Reviewed about 3 years ago
SM F. · Reviewed about 3 years ago
Roman B. · Reviewed about 3 years ago
Sandip K. · Reviewed about 3 years ago
Kushal P. · Reviewed about 3 years ago
Manuel L. · Reviewed about 3 years ago
Phill F. · Reviewed about 3 years ago
Cristian E. · Reviewed about 3 years ago
AJITHA GNANA MALGIYA 2. · Reviewed about 3 years ago
2106_ P. · Reviewed about 3 years ago
Ілля С. · Reviewed about 3 years ago
2106_ P. · Reviewed about 3 years ago
Serhii V. · Reviewed about 3 years ago
Martin M. · Reviewed about 3 years ago
Kunal V. · Reviewed about 3 years ago
Cynthia N. · Reviewed about 3 years ago
I got the following error for all three .tf files, managemnet.tf, privatenet.tf and mynetwork.tf. the problem is we need to add the source_tags = ["mynetwork"] in the firewall rule in all three files. after adding it to all three files I am able to complete the lab successfully. The reference .tf files also didn't worked due to missing that argument.Please fix it. # Create a firewall rule to allow HTTP, SSH, RDP and ICMP traffic on managementnet 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_tags = ["mynetwork"] }
Shirish R. · Reviewed about 3 years ago
JUDITH A 2. · Reviewed about 3 years ago
Kunal V. · Reviewed about 3 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.