关于“使用 Terraform 自动部署基础架构”的评价
246483 条评价
Johnny R. · 已于 3 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. · 已于 3 months前审核
Pankaj K. · 已于 3 months前审核
David B. · 已于 3 months前审核
Jorge Luis M. · 已于 3 months前审核
Ganesh P. · 已于 3 months前审核
Pankaj K. · 已于 3 months前审核
Pavithra L. · 已于 3 months前审核
Naveen V. · 已于 3 months前审核
Dinesh P. · 已于 3 months前审核
Fabien B. · 已于 3 months前审核
Borislav S. · 已于 3 months前审核
Anjali B. · 已于 3 months前审核
Shivam G. · 已于 3 months前审核
Prajjwal C. · 已于 3 months前审核
Vimalraj A. · 已于 3 months前审核
Neha A. · 已于 3 months前审核
Artur F. · 已于 3 months前审核
SATYANARAYANA D. · 已于 3 months前审核
Chad L. · 已于 3 months前审核
Michael J. · 已于 3 months前审核
Naveen Kumar T. · 已于 3 months前审核
Konstantin O. · 已于 3 months前审核
CHHAYANK P. · 已于 3 months前审核
MANAN B. · 已于 3 months前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。