Automating the Deployment of Infrastructure Using Terraform Reviews
247559 reviews
Ihab H. · Reviewed yaklaşık 1 yıl ago
Indira S. · Reviewed yaklaşık 1 yıl ago
Srinivas E. · Reviewed yaklaşık 1 yıl ago
Roberto R. · Reviewed yaklaşık 1 yıl ago
Daniel S. · Reviewed yaklaşık 1 yıl ago
Guillermo G. · Reviewed yaklaşık 1 yıl ago
Jonas A. · Reviewed yaklaşık 1 yıl ago
Mukesh P. · Reviewed yaklaşık 1 yıl ago
Thomas P. · Reviewed yaklaşık 1 yıl ago
Giovanni A. · Reviewed yaklaşık 1 yıl ago
Steven S. · Reviewed yaklaşık 1 yıl ago
Maximilian B. · Reviewed yaklaşık 1 yıl ago
Sunit B. · Reviewed yaklaşık 1 yıl ago
Dani H. · Reviewed yaklaşık 1 yıl ago
Elodie L. · Reviewed yaklaşık 1 yıl ago
Gilles G. · Reviewed yaklaşık 1 yıl ago
not a really cool lab. the replacement of variables is not really fun. you asked to add in the file instead of adding the the resource so that can lead to misunderstanding from newbies (because of the {} blocs structures) Example : Add to empty file # Add a firewall rule to allow HTTP, SSH, RDP and ICMP traffic on mynetwork resource [RESOURCE_TYPE] "mynetwork-allow-http-ssh-rdp-icmp" { name = [RESOURCE_NAME] # RESOURCE properties go here } +add network = google_compute_network.mynetwork.self_link +add allow { protocol = "tcp" ports = ["22", "80", "3389"] } allow { protocol = "icmp" } source_ranges = ["0.0.0.0/0"] That will fail because of the ending }
Arnaud G. · Reviewed yaklaşık 1 yıl ago
not a really cool lab. the replacement of variables is not really fun. you asked to add in the file instead of adding the the resource so that can lead to misunderstanding from newbies (because of the {} blocs structures) Example : Add to empty file # Add a firewall rule to allow HTTP, SSH, RDP and ICMP traffic on mynetwork resource [RESOURCE_TYPE] "mynetwork-allow-http-ssh-rdp-icmp" { name = [RESOURCE_NAME] # RESOURCE properties go here } +add network = google_compute_network.mynetwork.self_link +add allow { protocol = "tcp" ports = ["22", "80", "3389"] } allow { protocol = "icmp" } source_ranges = ["0.0.0.0/0"] That will fail because of the ending }
Arnaud G. · Reviewed yaklaşık 1 yıl ago
Ronan P. · Reviewed yaklaşık 1 yıl ago
Princely M. · Reviewed yaklaşık 1 yıl ago
PASUPULETI J. · Reviewed yaklaşık 1 yıl ago
Sandra A. · Reviewed yaklaşık 1 yıl ago
MAHABUB YOUNIS S. · Reviewed yaklaşık 1 yıl ago
Badam A. · Reviewed yaklaşık 1 yıl ago
Aleksandar Y. · Reviewed yaklaşık 1 yıl ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.