Created
March 22, 2020 01:32
-
-
Save srockstyle/72741c05ac6b467aff822e01c9e3fa9c to your computer and use it in GitHub Desktop.
terraformコマンド
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 試験 | |
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