Automating the Deployment of Infrastructure Using Terraform Reviews
247560 reviews
Guedes R. · Reviewed בערך שנה אחת ago
Ihab H. · Reviewed בערך שנה אחת ago
Indira S. · Reviewed בערך שנה אחת ago
Srinivas E. · Reviewed בערך שנה אחת ago
Roberto R. · Reviewed בערך שנה אחת ago
Daniel S. · Reviewed בערך שנה אחת ago
Guillermo G. · Reviewed בערך שנה אחת ago
Jonas A. · Reviewed בערך שנה אחת ago
Mukesh P. · Reviewed בערך שנה אחת ago
Thomas P. · Reviewed בערך שנה אחת ago
Giovanni A. · Reviewed בערך שנה אחת ago
Steven S. · Reviewed בערך שנה אחת ago
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
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.