Automating the Deployment of Infrastructure Using Terraform Reviews

250459 reviews

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

Aleksandar Y. · Reviewed מעל שנה אחת ago

eric g. · Reviewed מעל שנה אחת ago

D R. · Reviewed מעל שנה אחת ago

Ainimarie H. · Reviewed מעל שנה אחת ago

Pradip C. · Reviewed מעל שנה אחת ago

Kulamani N. · Reviewed מעל שנה אחת ago

Isaac O. · Reviewed מעל שנה אחת ago

John M. · Reviewed מעל שנה אחת ago

Alberto B. · Reviewed מעל שנה אחת ago

Katta A. · Reviewed מעל שנה אחת ago

Ali B. · Reviewed מעל שנה אחת ago

Thimira D. · 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.