Skip to content

Instantly share code, notes, and snippets.

@srockstyle
Created March 22, 2020 01:32
Show Gist options
  • Save srockstyle/72741c05ac6b467aff822e01c9e3fa9c to your computer and use it in GitHub Desktop.
Save srockstyle/72741c05ac6b467aff822e01c9e3fa9c to your computer and use it in GitHub Desktop.
terraformコマンド
# 試験
terraform plan
# 指定したtfファイルだけ試験
terraform plan [ファイル名]
# 適用
terraform apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment