Automating the Deployment of Infrastructure Using Terraform Reviews

250459 reviews

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

Aleksandar Y. · Reviewed أكثر من سنة ago

eric g. · Reviewed أكثر من سنة ago

D R. · Reviewed أكثر من سنة ago

Ainimarie H. · Reviewed أكثر من سنة ago

Pradip C. · Reviewed أكثر من سنة ago

Kulamani N. · Reviewed أكثر من سنة ago

Isaac O. · Reviewed أكثر من سنة ago

John M. · Reviewed أكثر من سنة ago

Alberto B. · Reviewed أكثر من سنة ago

Katta A. · Reviewed أكثر من سنة ago

Ali B. · Reviewed أكثر من سنة ago

Thimira D. · 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.