Last active
September 4, 2024 01:26
-
-
Save mw866/fa65ce294a2c293b8f2db53b90eea498 to your computer and use it in GitHub Desktop.
#terraform
This file contains 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 graph | dot -Tsvg > graph.svg | |
terraform plan -out=FILENAME | |
terraform init -upgrade | |
terraform get -update | |
# all state | |
terraform show | |
# specific state | |
terraform state show | |
terraform state list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment