리뷰 Terraform을 사용하여 인프라 배포 자동화개

리뷰 242185개

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개월 전에 리뷰됨

Badam A. · 12개월 전에 리뷰됨

Aleksandar Y. · 12개월 전에 리뷰됨

eric g. · 12개월 전에 리뷰됨

D R. · 12개월 전에 리뷰됨

Ainimarie H. · 12개월 전에 리뷰됨

Pradip C. · 12개월 전에 리뷰됨

Kulamani N. · 12개월 전에 리뷰됨

Isaac O. · 12개월 전에 리뷰됨

John M. · 12개월 전에 리뷰됨

Alberto B. · 12개월 전에 리뷰됨

Katta A. · 12개월 전에 리뷰됨

Ali B. · 12개월 전에 리뷰됨

Thimira D. · 12개월 전에 리뷰됨

Chris L. · 12개월 전에 리뷰됨

Michael S. · 12개월 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.