Automazione del deployment dell'infrastruttura con Terraform recensioni
247559 recensioni
Ihab H. · Recensione inserita circa un anno fa
Indira S. · Recensione inserita circa un anno fa
Srinivas E. · Recensione inserita circa un anno fa
Roberto R. · Recensione inserita circa un anno fa
Daniel S. · Recensione inserita circa un anno fa
Guillermo G. · Recensione inserita circa un anno fa
Jonas A. · Recensione inserita circa un anno fa
Mukesh P. · Recensione inserita circa un anno fa
Thomas P. · Recensione inserita circa un anno fa
Giovanni A. · Recensione inserita circa un anno fa
Steven S. · Recensione inserita circa un anno fa
Maximilian B. · Recensione inserita circa un anno fa
Sunit B. · Recensione inserita circa un anno fa
Dani H. · Recensione inserita circa un anno fa
Elodie L. · Recensione inserita circa un anno fa
Gilles G. · Recensione inserita circa 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 circa 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 circa un anno fa
Ronan P. · Recensione inserita circa un anno fa
Princely M. · Recensione inserita circa un anno fa
PASUPULETI J. · Recensione inserita circa un anno fa
Sandra A. · Recensione inserita circa un anno fa
MAHABUB YOUNIS S. · Recensione inserita circa un anno fa
Badam A. · Recensione inserita circa un anno fa
Aleksandar Y. · Recensione inserita circa 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.