Automatiser le déploiement d'infrastructure avec Terraform avis

242176 avis

Olan J. · Examiné il y a 12 mois

Karabo S. · Examiné il y a 12 mois

Guedes R. · Examiné il y a 12 mois

Ihab H. · Examiné il y a 12 mois

Indira S. · Examiné il y a 12 mois

Srinivas E. · Examiné il y a 12 mois

Roberto R. · Examiné il y a 12 mois

Daniel S. · Examiné il y a 12 mois

Guillermo G. · Examiné il y a 12 mois

Jonas A. · Examiné il y a 12 mois

Mukesh P. · Examiné il y a 12 mois

Thomas P. · Examiné il y a 12 mois

Giovanni A. · Examiné il y a 12 mois

Steven S. · Examiné il y a 12 mois

Maximilian B. · Examiné il y a 12 mois

Sunit B. · Examiné il y a 12 mois

Dani H. · Examiné il y a 12 mois

Elodie L. · Examiné il y a 12 mois

Gilles G. · Examiné il y a 12 mois

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 12 mois

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 12 mois

Ronan P. · Examiné il y a 12 mois

Princely M. · Examiné il y a 12 mois

PASUPULETI J. · Examiné il y a 12 mois

Sandra A. · Examiné il y a 12 mois

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.