Automating the Deployment of Infrastructure Using Terraform Reviews

242177 reviews

Athreya N. · Reviewed 12 months ago

Olan J. · Reviewed 12 months ago

Karabo S. · Reviewed 12 months ago

Guedes R. · Reviewed 12 months ago

Ihab H. · Reviewed 12 months ago

Indira S. · Reviewed 12 months ago

Srinivas E. · Reviewed 12 months ago

Roberto R. · Reviewed 12 months ago

Daniel S. · Reviewed 12 months ago

Guillermo G. · Reviewed 12 months ago

Jonas A. · Reviewed 12 months ago

Mukesh P. · Reviewed 12 months ago

Thomas P. · Reviewed 12 months ago

Giovanni A. · Reviewed 12 months ago

Steven S. · Reviewed 12 months ago

Maximilian B. · Reviewed 12 months ago

Sunit B. · Reviewed 12 months ago

Dani H. · Reviewed 12 months ago

Elodie L. · Reviewed 12 months ago

Gilles G. · Reviewed 12 months 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 12 months 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 12 months ago

Ronan P. · Reviewed 12 months ago

Princely M. · Reviewed 12 months ago

PASUPULETI J. · Reviewed 12 months ago

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