리뷰 Terraform을 사용하여 인프라 배포 자동화개
리뷰 242175개
Karabo S. · 12개월 전에 리뷰됨
Guedes R. · 12개월 전에 리뷰됨
Ihab H. · 12개월 전에 리뷰됨
Indira S. · 12개월 전에 리뷰됨
Srinivas E. · 12개월 전에 리뷰됨
Roberto R. · 12개월 전에 리뷰됨
Daniel S. · 12개월 전에 리뷰됨
Guillermo G. · 12개월 전에 리뷰됨
Jonas A. · 12개월 전에 리뷰됨
Mukesh P. · 12개월 전에 리뷰됨
Thomas P. · 12개월 전에 리뷰됨
Giovanni A. · 12개월 전에 리뷰됨
Steven S. · 12개월 전에 리뷰됨
Maximilian B. · 12개월 전에 리뷰됨
Sunit B. · 12개월 전에 리뷰됨
Dani H. · 12개월 전에 리뷰됨
Elodie L. · 12개월 전에 리뷰됨
Gilles G. · 12개월 전에 리뷰됨
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개월 전에 리뷰됨
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개월 전에 리뷰됨
Ronan P. · 12개월 전에 리뷰됨
Princely M. · 12개월 전에 리뷰됨
PASUPULETI J. · 12개월 전에 리뷰됨
Sandra A. · 12개월 전에 리뷰됨
MAHABUB YOUNIS S. · 12개월 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.