Automating the Deployment of Infrastructure Using Terraform Reviews

248891 reviews

Steven S. · Reviewed over 1 year ago

Maximilian B. · Reviewed over 1 year ago

Sunit B. · Reviewed over 1 year ago

Dani H. · Reviewed over 1 year ago

Elodie L. · Reviewed over 1 year ago

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

Ronan P. · Reviewed over 1 year ago

Princely M. · Reviewed over 1 year ago

PASUPULETI J. · Reviewed over 1 year ago

Sandra A. · Reviewed over 1 year ago

MAHABUB YOUNIS S. · Reviewed over 1 year ago

Badam A. · Reviewed over 1 year ago

Aleksandar Y. · Reviewed over 1 year ago

eric g. · Reviewed over 1 year ago

D R. · Reviewed over 1 year ago

Ainimarie H. · Reviewed over 1 year ago

Pradip C. · Reviewed over 1 year ago

Kulamani N. · Reviewed over 1 year ago

Isaac O. · Reviewed over 1 year ago

John M. · Reviewed over 1 year ago

Alberto B. · Reviewed over 1 year ago

Katta A. · Reviewed over 1 year ago

Ali B. · Reviewed over 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.