Skip to content

Instantly share code, notes, and snippets.

@agalazis
Last active May 31, 2019 14:07
Show Gist options
  • Save agalazis/c522a4e0dd6e6205d07fe7827d88e799 to your computer and use it in GitHub Desktop.
Save agalazis/c522a4e0dd6e6205d07fe7827d88e799 to your computer and use it in GitHub Desktop.
terraform upgrade
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