Automating the Deployment of Infrastructure Using Terraform Reviews
247560 reviews
Guedes R. · Reviewed около 1 года ago
Ihab H. · Reviewed около 1 года ago
Indira S. · Reviewed около 1 года ago
Srinivas E. · Reviewed около 1 года ago
Roberto R. · Reviewed около 1 года ago
Daniel S. · Reviewed около 1 года ago
Guillermo G. · Reviewed около 1 года ago
Jonas A. · Reviewed около 1 года ago
Mukesh P. · Reviewed около 1 года ago
Thomas P. · Reviewed около 1 года ago
Giovanni A. · Reviewed около 1 года ago
Steven S. · Reviewed около 1 года ago
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
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.