Automating the Deployment of Infrastructure Using Terraform Reviews
245307 reviews
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
Aleksandar Y. · Reviewed about 1 year ago
eric g. · Reviewed about 1 year ago
D R. · Reviewed about 1 year ago
Ainimarie H. · Reviewed about 1 year ago
Pradip C. · Reviewed about 1 year ago
Kulamani N. · Reviewed about 1 year ago
Isaac O. · Reviewed about 1 year ago
John M. · Reviewed about 1 year ago
Alberto B. · Reviewed about 1 year ago
Katta A. · Reviewed about 1 year ago
Ali B. · 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.