Automating the Deployment of Infrastructure Using Terraform Reviews

247560 reviews

Guedes R. · Reviewed حوالي سنة ago

Ihab H. · Reviewed حوالي سنة ago

Indira S. · Reviewed حوالي سنة ago

Srinivas E. · Reviewed حوالي سنة ago

Roberto R. · Reviewed حوالي سنة ago

Daniel S. · Reviewed حوالي سنة ago

Guillermo G. · Reviewed حوالي سنة ago

Jonas A. · Reviewed حوالي سنة ago

Mukesh P. · Reviewed حوالي سنة ago

Thomas P. · Reviewed حوالي سنة ago

Giovanni A. · Reviewed حوالي سنة ago

Steven S. · Reviewed حوالي سنة ago

Maximilian B. · Reviewed حوالي سنة ago

Sunit B. · Reviewed حوالي سنة ago

Dani H. · Reviewed حوالي سنة ago

Elodie L. · Reviewed حوالي سنة ago

Gilles G. · Reviewed حوالي سنة 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 حوالي سنة 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 حوالي سنة ago

Ronan P. · Reviewed حوالي سنة ago

Princely M. · Reviewed حوالي سنة ago

PASUPULETI J. · Reviewed حوالي سنة ago

Sandra A. · Reviewed حوالي سنة ago

MAHABUB YOUNIS S. · Reviewed حوالي سنة ago

Badam A. · Reviewed حوالي سنة ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.