Terraform
外部から環境変数を渡す方法
変数定義
Create a new file called variables.tf with a block defining a new instance_name variable.
Terraform loads all files in the current directory ending in .tf, so you can name your configuration files however you choose.
テンプレートも使える
state lock