关于“使用 Terraform 自動部署基礎架構”的评价
评论
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之前
Badam A. · 评论12 months之前
Aleksandar Y. · 评论12 months之前
eric g. · 评论12 months之前
D R. · 评论12 months之前
Ainimarie H. · 评论12 months之前
Pradip C. · 评论12 months之前
Kulamani N. · 评论12 months之前
Isaac O. · 评论12 months之前
John M. · 评论12 months之前
Alberto B. · 评论12 months之前
Katta A. · 评论12 months之前
Ali B. · 评论12 months之前
Thimira D. · 评论12 months之前
Chris L. · 评论12 months之前
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。