Terraformの、リソースごとの設定項目のテンプレートは、どこから入手できますか?

0

Terraformの、リソースごとの設定項目のテンプレートは、どこから入手できますか?

profile picture
Nagai
asked 5 months ago102 views
1 Answer
0
Accepted Answer

以下のドキュメントから確認が可能です。
https://registry.terraform.io/providers/hashicorp/aws/latest/docs

例えばEC2インスタンスであれば「EC2 (Elastic Compute Cloud)」というトグルの「aws_instance」になります。
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions