关于“使用 Terraform 自動部署基礎架構”的评价
评论
Karabo S. · 评论12 months之前
Guedes R. · 评论12 months之前
Ihab H. · 评论12 months之前
Indira S. · 评论12 months之前
Srinivas E. · 评论12 months之前
Roberto R. · 评论12 months之前
Daniel S. · 评论12 months之前
Guillermo G. · 评论12 months之前
Jonas A. · 评论12 months之前
Mukesh P. · 评论12 months之前
Thomas P. · 评论12 months之前
Giovanni A. · 评论12 months之前
Steven S. · 评论12 months之前
Maximilian B. · 评论12 months之前
Sunit B. · 评论12 months之前
Dani H. · 评论12 months之前
Elodie L. · 评论12 months之前
Gilles G. · 评论12 months之前
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. · 评论12 months之前
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. · 评论12 months之前
Ronan P. · 评论12 months之前
Princely M. · 评论12 months之前
PASUPULETI J. · 评论12 months之前
Sandra A. · 评论12 months之前
MAHABUB YOUNIS S. · 评论12 months之前
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。