关于“使用 Terraform 自动部署基础架构”的评价
242177 条评价
Athreya N. · 已于 12 months前审核
Olan J. · 已于 12 months前审核
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前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。