Automating the Deployment of Infrastructure Using Terraform Reviews

247560 reviews

Guedes R. · Reviewed about 1 year ago

Ihab H. · Reviewed about 1 year ago

Indira S. · Reviewed about 1 year ago

Srinivas E. · Reviewed about 1 year ago

Roberto R. · Reviewed about 1 year ago

Daniel S. · Reviewed about 1 year ago

Guillermo G. · Reviewed about 1 year ago

Jonas A. · Reviewed about 1 year ago

Mukesh P. · Reviewed about 1 year ago

Thomas P. · Reviewed about 1 year ago

Giovanni A. · Reviewed about 1 year ago

Steven S. · Reviewed about 1 year ago

Maximilian B. · Reviewed about 1 year ago

Sunit B. · Reviewed about 1 year ago

Dani H. · Reviewed about 1 year ago

Elodie L. · Reviewed about 1 year ago

Gilles G. · Reviewed about 1 year 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 about 1 year 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 about 1 year ago

Ronan P. · Reviewed about 1 year ago

Princely M. · Reviewed about 1 year ago

PASUPULETI J. · Reviewed about 1 year ago

Sandra A. · Reviewed about 1 year ago

MAHABUB YOUNIS S. · Reviewed about 1 year ago

Badam A. · Reviewed about 1 year ago

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