Automating the Deployment of Infrastructure Using Terraform Reviews
250459 reviews
Maximilian B. · Reviewed 1 yıldan fazla ago
Sunit B. · Reviewed 1 yıldan fazla ago
Dani H. · Reviewed 1 yıldan fazla ago
Elodie L. · Reviewed 1 yıldan fazla ago
Gilles G. · Reviewed 1 yıldan fazla 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 yıldan fazla 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 yıldan fazla ago
Ronan P. · Reviewed 1 yıldan fazla ago
Princely M. · Reviewed 1 yıldan fazla ago
PASUPULETI J. · Reviewed 1 yıldan fazla ago
Sandra A. · Reviewed 1 yıldan fazla ago
MAHABUB YOUNIS S. · Reviewed 1 yıldan fazla ago
Badam A. · Reviewed 1 yıldan fazla ago
Aleksandar Y. · Reviewed 1 yıldan fazla ago
eric g. · Reviewed 1 yıldan fazla ago
D R. · Reviewed 1 yıldan fazla ago
Ainimarie H. · Reviewed 1 yıldan fazla ago
Pradip C. · Reviewed 1 yıldan fazla ago
Kulamani N. · Reviewed 1 yıldan fazla ago
Isaac O. · Reviewed 1 yıldan fazla ago
John M. · Reviewed 1 yıldan fazla ago
Alberto B. · Reviewed 1 yıldan fazla ago
Katta A. · Reviewed 1 yıldan fazla ago
Ali B. · Reviewed 1 yıldan fazla ago
Thimira D. · Reviewed 1 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.