Opiniones sobre Cómo automatizar la implementación de infraestructura con Terraform
247559 opiniones
Ihab H. · Se revisó hace alrededor de 1 año
Indira S. · Se revisó hace alrededor de 1 año
Srinivas E. · Se revisó hace alrededor de 1 año
Roberto R. · Se revisó hace alrededor de 1 año
Daniel S. · Se revisó hace alrededor de 1 año
Guillermo G. · Se revisó hace alrededor de 1 año
Jonas A. · Se revisó hace alrededor de 1 año
Mukesh P. · Se revisó hace alrededor de 1 año
Thomas P. · Se revisó hace alrededor de 1 año
Giovanni A. · Se revisó hace alrededor de 1 año
Steven S. · Se revisó hace alrededor de 1 año
Maximilian B. · Se revisó hace alrededor de 1 año
Sunit B. · Se revisó hace alrededor de 1 año
Dani H. · Se revisó hace alrededor de 1 año
Elodie L. · Se revisó hace alrededor de 1 año
Gilles G. · Se revisó hace alrededor de 1 año
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. · Se revisó hace alrededor de 1 año
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. · Se revisó hace alrededor de 1 año
Ronan P. · Se revisó hace alrededor de 1 año
Princely M. · Se revisó hace alrededor de 1 año
PASUPULETI J. · Se revisó hace alrededor de 1 año
Sandra A. · Se revisó hace alrededor de 1 año
MAHABUB YOUNIS S. · Se revisó hace alrededor de 1 año
Badam A. · Se revisó hace alrededor de 1 año
Aleksandar Y. · Se revisó hace alrededor de 1 año
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.