Infrastruktur-Deployment mit Terraform automatisieren Rezensionen
250452 Rezensionen
Matthias A. · Vor mehr als ein Jahr überprüft
Hector L. · Vor mehr als ein Jahr überprüft
Hector L. · Vor mehr als ein Jahr überprüft
Athreya N. · Vor mehr als ein Jahr überprüft
Olan J. · Vor mehr als ein Jahr überprüft
Karabo S. · Vor mehr als ein Jahr überprüft
Guedes R. · Vor mehr als ein Jahr überprüft
Ihab H. · Vor mehr als ein Jahr überprüft
Indira S. · Vor mehr als ein Jahr überprüft
Srinivas E. · Vor mehr als ein Jahr überprüft
Roberto R. · Vor mehr als ein Jahr überprüft
Daniel S. · Vor mehr als ein Jahr überprüft
Guillermo G. · Vor mehr als ein Jahr überprüft
Jonas A. · Vor mehr als ein Jahr überprüft
Mukesh P. · Vor mehr als ein Jahr überprüft
Thomas P. · Vor mehr als ein Jahr überprüft
Giovanni A. · Vor mehr als ein Jahr überprüft
Steven S. · Vor mehr als ein Jahr überprüft
Maximilian B. · Vor mehr als ein Jahr überprüft
Sunit B. · Vor mehr als ein Jahr überprüft
Dani H. · Vor mehr als ein Jahr überprüft
Elodie L. · Vor mehr als ein Jahr überprüft
Gilles G. · Vor mehr als ein Jahr überprüft
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. · Vor mehr als ein Jahr überprüft
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. · Vor mehr als ein Jahr überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.