Automating the Deployment of Infrastructure Using Terraform Reviews
246482 reviews
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 3 months ago
Pankaj K. · Reviewed 3 months ago
David B. · Reviewed 3 months ago
Jorge Luis M. · Reviewed 3 months ago
Ganesh P. · Reviewed 3 months ago
Pankaj K. · Reviewed 3 months ago
Pavithra L. · Reviewed 3 months ago
Naveen V. · Reviewed 3 months ago
Dinesh P. · Reviewed 3 months ago
Fabien B. · Reviewed 3 months ago
Borislav S. · Reviewed 3 months ago
Anjali B. · Reviewed 3 months ago
Shivam G. · Reviewed 3 months ago
Prajjwal C. · Reviewed 3 months ago
Vimalraj A. · Reviewed 3 months ago
Neha A. · Reviewed 3 months ago
Artur F. · Reviewed 3 months ago
SATYANARAYANA D. · Reviewed 3 months ago
Chad L. · Reviewed 3 months ago
Michael J. · Reviewed 3 months ago
Naveen Kumar T. · Reviewed 3 months ago
Konstantin O. · Reviewed 3 months ago
CHHAYANK P. · Reviewed 3 months ago
MANAN B. · Reviewed 3 months ago
Rutuja K. · Reviewed 3 months ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.