Infrastruktur-Deployment mit Terraform automatisieren Rezensionen
250457 Rezensionen
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
Ronan P. · Vor mehr als ein Jahr überprüft
Princely M. · Vor mehr als ein Jahr überprüft
PASUPULETI J. · Vor mehr als ein Jahr überprüft
Sandra A. · Vor mehr als ein Jahr überprüft
MAHABUB YOUNIS S. · Vor mehr als ein Jahr überprüft
Badam A. · Vor mehr als ein Jahr überprüft
Aleksandar Y. · Vor mehr als ein Jahr überprüft
eric g. · Vor mehr als ein Jahr überprüft
D R. · Vor mehr als ein Jahr überprüft
Ainimarie H. · Vor mehr als ein Jahr überprüft
Pradip C. · Vor mehr als ein Jahr überprüft
Kulamani N. · Vor mehr als ein Jahr überprüft
Isaac O. · Vor mehr als ein Jahr überprüft
John M. · Vor mehr als ein Jahr überprüft
Alberto B. · Vor mehr als ein Jahr überprüft
Katta A. · Vor mehr als ein Jahr überprüft
Ali B. · Vor mehr als ein Jahr überprüft
Thimira D. · Vor mehr als ein Jahr überprüft
Chris L. · Vor mehr als ein Jahr überprüft
Michael S. · 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.