Automating the Deployment of Infrastructure Using Terraform avis
250460 avis
Steven S. · Examiné il y a plus d'un an
Maximilian B. · Examiné il y a plus d'un an
Sunit B. · Examiné il y a plus d'un an
Dani H. · Examiné il y a plus d'un an
Elodie L. · Examiné il y a plus d'un an
Gilles G. · Examiné il y a plus d'un an
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. · Examiné il y a plus d'un an
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. · Examiné il y a plus d'un an
Ronan P. · Examiné il y a plus d'un an
Princely M. · Examiné il y a plus d'un an
PASUPULETI J. · Examiné il y a plus d'un an
Sandra A. · Examiné il y a plus d'un an
MAHABUB YOUNIS S. · Examiné il y a plus d'un an
Badam A. · Examiné il y a plus d'un an
Aleksandar Y. · Examiné il y a plus d'un an
eric g. · Examiné il y a plus d'un an
D R. · Examiné il y a plus d'un an
Ainimarie H. · Examiné il y a plus d'un an
Pradip C. · Examiné il y a plus d'un an
Kulamani N. · Examiné il y a plus d'un an
Isaac O. · Examiné il y a plus d'un an
John M. · Examiné il y a plus d'un an
Alberto B. · Examiné il y a plus d'un an
Katta A. · Examiné il y a plus d'un an
Ali B. · Examiné il y a plus d'un an
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.