Opiniones sobre Cómo automatizar la implementación de infraestructura con Terraform

242176 opiniones

Olan J. · Se revisó hace 12 meses

Karabo S. · Se revisó hace 12 meses

Guedes R. · Se revisó hace 12 meses

Ihab H. · Se revisó hace 12 meses

Indira S. · Se revisó hace 12 meses

Srinivas E. · Se revisó hace 12 meses

Roberto R. · Se revisó hace 12 meses

Daniel S. · Se revisó hace 12 meses

Guillermo G. · Se revisó hace 12 meses

Jonas A. · Se revisó hace 12 meses

Mukesh P. · Se revisó hace 12 meses

Thomas P. · Se revisó hace 12 meses

Giovanni A. · Se revisó hace 12 meses

Steven S. · Se revisó hace 12 meses

Maximilian B. · Se revisó hace 12 meses

Sunit B. · Se revisó hace 12 meses

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

No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.