Automating the Deployment of Infrastructure Using Terraform Reviews

242185 reviews

Dani H. · Reviewed 12 חודשים ago

Elodie L. · Reviewed 12 חודשים ago

Gilles G. · Reviewed 12 חודשים 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 חודשים 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 חודשים ago

Ronan P. · Reviewed 12 חודשים ago

Princely M. · Reviewed 12 חודשים ago

PASUPULETI J. · Reviewed 12 חודשים ago

Sandra A. · Reviewed 12 חודשים ago

MAHABUB YOUNIS S. · Reviewed 12 חודשים ago

Badam A. · Reviewed 12 חודשים ago

Aleksandar Y. · Reviewed 12 חודשים ago

eric g. · Reviewed 12 חודשים ago

D R. · Reviewed 12 חודשים ago

Ainimarie H. · Reviewed 12 חודשים ago

Pradip C. · Reviewed 12 חודשים ago

Kulamani N. · Reviewed 12 חודשים ago

Isaac O. · Reviewed 12 חודשים ago

John M. · Reviewed 12 חודשים ago

Alberto B. · Reviewed 12 חודשים ago

Katta A. · Reviewed 12 חודשים ago

Ali B. · Reviewed 12 חודשים ago

Thimira D. · Reviewed 12 חודשים ago

Chris L. · Reviewed 12 חודשים ago

Michael S. · Reviewed 12 חודשים ago

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