关于“使用 Terraform 自动部署基础设施”的评价
250460 条评价
Steven S. · 已于 over 1 year前审核
Maximilian B. · 已于 over 1 year前审核
Sunit B. · 已于 over 1 year前审核
Dani H. · 已于 over 1 year前审核
Elodie L. · 已于 over 1 year前审核
Gilles G. · 已于 over 1 year前审核
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. · 已于 over 1 year前审核
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. · 已于 over 1 year前审核
Ronan P. · 已于 over 1 year前审核
Princely M. · 已于 over 1 year前审核
PASUPULETI J. · 已于 over 1 year前审核
Sandra A. · 已于 over 1 year前审核
MAHABUB YOUNIS S. · 已于 over 1 year前审核
Badam A. · 已于 over 1 year前审核
Aleksandar Y. · 已于 over 1 year前审核
eric g. · 已于 over 1 year前审核
D R. · 已于 over 1 year前审核
Ainimarie H. · 已于 over 1 year前审核
Pradip C. · 已于 over 1 year前审核
Kulamani N. · 已于 over 1 year前审核
Isaac O. · 已于 over 1 year前审核
John M. · 已于 over 1 year前审核
Alberto B. · 已于 over 1 year前审核
Katta A. · 已于 over 1 year前审核
Ali B. · 已于 over 1 year前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。