Terraform を使用したインフラストラクチャのデプロイの自動化 のレビュー
247560 件のレビュー
Rodrigo Guedes · 約1年前にレビュー済み
HADDAD Ihab · 約1年前にレビュー済み
Sinha Indira · 約1年前にレビュー済み
Erranki Srinivas · 約1年前にレビュー済み
Rodas Roberto · 約1年前にレビュー済み
Shkolnik Daniel · 約1年前にレビュー済み
Garzon Guillermo · 約1年前にレビュー済み
Abrams Jonas · 約1年前にレビュー済み
Patel Mukesh · 約1年前にレビュー済み
Pfau Thomas · 約1年前にレビュー済み
Alanis Giovanni · 約1年前にレビュー済み
Shotwell Steven · 約1年前にレビュー済み
Bachleda Maximilian · 約1年前にレビュー済み
Bail Sunit · 約1年前にレビュー済み
Howard Gleser Dani · 約1年前にレビュー済み
Léger Elodie · 約1年前にレビュー済み
GIRAUD Gilles · 約1年前にレビュー済み
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 }
Gaches Arnaud · 約1年前にレビュー済み
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 }
Gaches Arnaud · 約1年前にレビュー済み
PÉDRON Ronan · 約1年前にレビュー済み
Mervin Princely · 約1年前にレビュー済み
JASMITHA ROYAL PASUPULETI · 約1年前にレビュー済み
Anukwe Sandra · 約1年前にレビュー済み
SAYED MAHABUB YOUNIS · 約1年前にレビュー済み
Ashok Reddy Badam · 約1年前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。