Mengotomatiskan Deployment Infrastruktur Menggunakan Terraform Ulasan
242175 ulasan
Karabo S. · Diulas 12 bulan lalu
Guedes R. · Diulas 12 bulan lalu
Ihab H. · Diulas 12 bulan lalu
Indira S. · Diulas 12 bulan lalu
Srinivas E. · Diulas 12 bulan lalu
Roberto R. · Diulas 12 bulan lalu
Daniel S. · Diulas 12 bulan lalu
Guillermo G. · Diulas 12 bulan lalu
Jonas A. · Diulas 12 bulan lalu
Mukesh P. · Diulas 12 bulan lalu
Thomas P. · Diulas 12 bulan lalu
Giovanni A. · Diulas 12 bulan lalu
Steven S. · Diulas 12 bulan lalu
Maximilian B. · Diulas 12 bulan lalu
Sunit B. · Diulas 12 bulan lalu
Dani H. · Diulas 12 bulan lalu
Elodie L. · Diulas 12 bulan lalu
Gilles G. · Diulas 12 bulan lalu
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. · Diulas 12 bulan lalu
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. · Diulas 12 bulan lalu
Ronan P. · Diulas 12 bulan lalu
Princely M. · Diulas 12 bulan lalu
PASUPULETI J. · Diulas 12 bulan lalu
Sandra A. · Diulas 12 bulan lalu
MAHABUB YOUNIS S. · Diulas 12 bulan lalu
Kami tidak dapat memastikan bahwa ulasan yang dipublikasikan berasal dari konsumen yang telah membeli atau menggunakan produk terkait. Ulasan tidak diverifikasi oleh Google.