Mengotomatiskan Deployment Infrastruktur Menggunakan Terraform Ulasan
242185 ulasan
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
Badam A. · Diulas 12 bulan lalu
Aleksandar Y. · Diulas 12 bulan lalu
eric g. · Diulas 12 bulan lalu
D R. · Diulas 12 bulan lalu
Ainimarie H. · Diulas 12 bulan lalu
Pradip C. · Diulas 12 bulan lalu
Kulamani N. · Diulas 12 bulan lalu
Isaac O. · Diulas 12 bulan lalu
John M. · Diulas 12 bulan lalu
Alberto B. · Diulas 12 bulan lalu
Katta A. · Diulas 12 bulan lalu
Ali B. · Diulas 12 bulan lalu
Thimira D. · Diulas 12 bulan lalu
Chris L. · Diulas 12 bulan lalu
Michael 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.