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