Terraform を使用したインフラストラクチャのデプロイの自動化 のレビュー
246482 件のレビュー
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 · 3ヶ月前にレビュー済み
Kumar Pankaj · 3ヶ月前にレビュー済み
Bidermanas David · 3ヶ月前にレビュー済み
Mori Arrunategui Jorge Luis · 3ヶ月前にレビュー済み
Palaniyappah Ganesh · 3ヶ月前にレビュー済み
Kumar Pankaj · 3ヶ月前にレビュー済み
La Pavithra · 3ヶ月前にレビュー済み
Velappan Naveen · 3ヶ月前にレビュー済み
Pandey Dinesh · 3ヶ月前にレビュー済み
Beuret Fabien · 3ヶ月前にレビュー済み
Stoyanov Borislav · 3ヶ月前にレビュー済み
Bhardwaj Anjali · 3ヶ月前にレビュー済み
Gupta Shivam · 3ヶ月前にレビュー済み
Chauhan Prajjwal · 3ヶ月前にレビュー済み
Anburaja Vimalraj · 3ヶ月前にレビュー済み
Agarwal Neha · 3ヶ月前にレビュー済み
Filbier Artur · 3ヶ月前にレビュー済み
DIDDIKUNTA SATYANARAYANA · 3ヶ月前にレビュー済み
Lynch Chad · 3ヶ月前にレビュー済み
Jamrock Michael · 3ヶ月前にレビュー済み
T S Naveen Kumar · 3ヶ月前にレビュー済み
Ovodkov Konstantin · 3ヶ月前にレビュー済み
PATEL (RA2211030010121) CHHAYANK · 3ヶ月前にレビュー済み
BANSAL MANAN · 3ヶ月前にレビュー済み
Kerkar Rutuja · 3ヶ月前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。