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

242186 avaliações

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

Sandra A. · Revisado há 12 months

MAHABUB YOUNIS S. · Revisado há 12 months

Badam A. · Revisado há 12 months

Aleksandar Y. · Revisado há 12 months

eric g. · Revisado há 12 months

D R. · Revisado há 12 months

Ainimarie H. · Revisado há 12 months

Pradip C. · Revisado há 12 months

Kulamani N. · Revisado há 12 months

Isaac O. · Revisado há 12 months

John M. · Revisado há 12 months

Alberto B. · Revisado há 12 months

Katta A. · Revisado há 12 months

Ali B. · Revisado há 12 months

Thimira D. · Revisado há 12 months

Chris L. · 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.