Como automatizar a implantação da infraestrutura usando o Terraform avaliações

242177 avaliações

Athreya N. · Revisado há 12 months

Olan J. · Revisado há 12 months

Karabo S. · Revisado há 12 months

Guedes R. · Revisado há 12 months

Ihab H. · Revisado há 12 months

Indira S. · Revisado há 12 months

Srinivas E. · Revisado há 12 months

Roberto R. · Revisado há 12 months

Daniel S. · Revisado há 12 months

Guillermo G. · Revisado há 12 months

Jonas A. · Revisado há 12 months

Mukesh P. · Revisado há 12 months

Thomas P. · Revisado há 12 months

Giovanni A. · Revisado há 12 months

Steven S. · Revisado há 12 months

Maximilian B. · Revisado há 12 months

Sunit B. · Revisado há 12 months

Dani H. · Revisado há 12 months

Elodie L. · Revisado há 12 months

Gilles G. · Revisado há 12 months

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. · Revisado há 12 months

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. · Revisado há 12 months

Ronan P. · Revisado há 12 months

Princely M. · Revisado há 12 months

PASUPULETI J. · Revisado há 12 months

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.