Automatiser le déploiement d'infrastructure avec Terraform avis
247560 avis
Guedes R. · Examiné il y a environ un an
Ihab H. · Examiné il y a environ un an
Indira S. · Examiné il y a environ un an
Srinivas E. · Examiné il y a environ un an
Roberto R. · Examiné il y a environ un an
Daniel S. · Examiné il y a environ un an
Guillermo G. · Examiné il y a environ un an
Jonas A. · Examiné il y a environ un an
Mukesh P. · Examiné il y a environ un an
Thomas P. · Examiné il y a environ un an
Giovanni A. · Examiné il y a environ un an
Steven S. · Examiné il y a environ un an
Maximilian B. · Examiné il y a environ un an
Sunit B. · Examiné il y a environ un an
Dani H. · Examiné il y a environ un an
Elodie L. · Examiné il y a environ un an
Gilles G. · Examiné il y a environ 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 environ 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 environ un an
Ronan P. · Examiné il y a environ un an
Princely M. · Examiné il y a environ un an
PASUPULETI J. · Examiné il y a environ un an
Sandra A. · Examiné il y a environ un an
MAHABUB YOUNIS S. · Examiné il y a environ un an
Badam A. · Examiné il y a environ 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.