Infrastruktur-Deployment mit Terraform automatisieren Rezensionen
247559 Rezensionen
Ihab H. · Vor etwa ein Jahr überprüft
Indira S. · Vor etwa ein Jahr überprüft
Srinivas E. · Vor etwa ein Jahr überprüft
Roberto R. · Vor etwa ein Jahr überprüft
Daniel S. · Vor etwa ein Jahr überprüft
Guillermo G. · Vor etwa ein Jahr überprüft
Jonas A. · Vor etwa ein Jahr überprüft
Mukesh P. · Vor etwa ein Jahr überprüft
Thomas P. · Vor etwa ein Jahr überprüft
Giovanni A. · Vor etwa ein Jahr überprüft
Steven S. · Vor etwa ein Jahr überprüft
Maximilian B. · Vor etwa ein Jahr überprüft
Sunit B. · Vor etwa ein Jahr überprüft
Dani H. · Vor etwa ein Jahr überprüft
Elodie L. · Vor etwa ein Jahr überprüft
Gilles G. · Vor etwa 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 etwa 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 etwa ein Jahr überprüft
Ronan P. · Vor etwa ein Jahr überprüft
Princely M. · Vor etwa ein Jahr überprüft
PASUPULETI J. · Vor etwa ein Jahr überprüft
Sandra A. · Vor etwa ein Jahr überprüft
MAHABUB YOUNIS S. · Vor etwa ein Jahr überprüft
Badam A. · Vor etwa ein Jahr überprüft
Aleksandar Y. · Vor etwa 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.