Automatização da implantação da infraestrutura usando o Terraform avaliações
250460 avaliações
Steven S. · Revisado há over 1 year
Maximilian B. · Revisado há over 1 year
Sunit B. · Revisado há over 1 year
Dani H. · Revisado há over 1 year
Elodie L. · Revisado há over 1 year
Gilles G. · Revisado há over 1 year
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á over 1 year
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á over 1 year
Ronan P. · Revisado há over 1 year
Princely M. · Revisado há over 1 year
PASUPULETI J. · Revisado há over 1 year
Sandra A. · Revisado há over 1 year
MAHABUB YOUNIS S. · Revisado há over 1 year
Badam A. · Revisado há over 1 year
Aleksandar Y. · Revisado há over 1 year
eric g. · Revisado há over 1 year
D R. · Revisado há over 1 year
Ainimarie H. · Revisado há over 1 year
Pradip C. · Revisado há over 1 year
Kulamani N. · Revisado há over 1 year
Isaac O. · Revisado há over 1 year
John M. · Revisado há over 1 year
Alberto B. · Revisado há over 1 year
Katta A. · Revisado há over 1 year
Ali B. · Revisado há over 1 year
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.