Opiniones sobre Cómo automatizar la implementación de infraestructura con Terraform
242185 opiniones
Dani H. · Se revisó hace 12 meses
Elodie L. · Se revisó hace 12 meses
Gilles G. · Se revisó hace 12 meses
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 12 meses
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 12 meses
Ronan P. · Se revisó hace 12 meses
Princely M. · Se revisó hace 12 meses
PASUPULETI J. · Se revisó hace 12 meses
Sandra A. · Se revisó hace 12 meses
MAHABUB YOUNIS S. · Se revisó hace 12 meses
Badam A. · Se revisó hace 12 meses
Aleksandar Y. · Se revisó hace 12 meses
eric g. · Se revisó hace 12 meses
D R. · Se revisó hace 12 meses
Ainimarie H. · Se revisó hace 12 meses
Pradip C. · Se revisó hace 12 meses
Kulamani N. · Se revisó hace 12 meses
Isaac O. · Se revisó hace 12 meses
John M. · Se revisó hace 12 meses
Alberto B. · Se revisó hace 12 meses
Katta A. · Se revisó hace 12 meses
Ali B. · Se revisó hace 12 meses
Thimira D. · Se revisó hace 12 meses
Chris L. · Se revisó hace 12 meses
Michael S. · Se revisó hace 12 meses
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.