Automating the Deployment of Infrastructure Using Terraform Reviews

250459 reviews

Maximilian B. · Reviewed больше 1 года ago

Sunit B. · Reviewed больше 1 года ago

Dani H. · Reviewed больше 1 года ago

Elodie L. · Reviewed больше 1 года ago

Gilles G. · Reviewed больше 1 года 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 больше 1 года 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 больше 1 года ago

Ronan P. · Reviewed больше 1 года ago

Princely M. · Reviewed больше 1 года ago

PASUPULETI J. · Reviewed больше 1 года ago

Sandra A. · Reviewed больше 1 года ago

MAHABUB YOUNIS S. · Reviewed больше 1 года ago

Badam A. · Reviewed больше 1 года ago

Aleksandar Y. · Reviewed больше 1 года ago

eric g. · Reviewed больше 1 года ago

D R. · Reviewed больше 1 года ago

Ainimarie H. · Reviewed больше 1 года ago

Pradip C. · Reviewed больше 1 года ago

Kulamani N. · Reviewed больше 1 года ago

Isaac O. · Reviewed больше 1 года ago

John M. · Reviewed больше 1 года ago

Alberto B. · Reviewed больше 1 года ago

Katta A. · Reviewed больше 1 года ago

Ali B. · Reviewed больше 1 года ago

Thimira D. · Reviewed больше 1 года ago

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