Last active
May 31, 2019 14:07
-
-
Save agalazis/c522a4e0dd6e6205d07fe7827d88e799 to your computer and use it in GitHub Desktop.
terraform upgrade
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
yes yes |for d in ./*/ ; do (cd "$d" &&terraform init && terraform 0.12upgrade ); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment