Automazione del deployment dell'infrastruttura con Terraform recensioni
250460 recensioni
Steven S. · Recensione inserita oltre un anno fa
Maximilian B. · Recensione inserita oltre un anno fa
Sunit B. · Recensione inserita oltre un anno fa
Dani H. · Recensione inserita oltre un anno fa
Elodie L. · Recensione inserita oltre un anno fa
Gilles G. · Recensione inserita oltre un anno fa
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. · Recensione inserita oltre un anno fa
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. · Recensione inserita oltre un anno fa
Ronan P. · Recensione inserita oltre un anno fa
Princely M. · Recensione inserita oltre un anno fa
PASUPULETI J. · Recensione inserita oltre un anno fa
Sandra A. · Recensione inserita oltre un anno fa
MAHABUB YOUNIS S. · Recensione inserita oltre un anno fa
Badam A. · Recensione inserita oltre un anno fa
Aleksandar Y. · Recensione inserita oltre un anno fa
eric g. · Recensione inserita oltre un anno fa
D R. · Recensione inserita oltre un anno fa
Ainimarie H. · Recensione inserita oltre un anno fa
Pradip C. · Recensione inserita oltre un anno fa
Kulamani N. · Recensione inserita oltre un anno fa
Isaac O. · Recensione inserita oltre un anno fa
John M. · Recensione inserita oltre un anno fa
Alberto B. · Recensione inserita oltre un anno fa
Katta A. · Recensione inserita oltre un anno fa
Ali B. · Recensione inserita oltre un anno fa
Non garantiamo che le recensioni pubblicate provengano da consumatori che hanno acquistato o utilizzato i prodotti. Le recensioni non sono verificate da Google.