Created
May 24, 2019 19:57
-
-
Save devcamcar/e724ede0788da39f667ae5ab5823f783 to your computer and use it in GitHub Desktop.
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 0.12upgrade | |
This command will rewrite the configuration files in the given directory so | |
that they use the new syntax features from Terraform v0.12, and will identify | |
any constructs that may need to be adjusted for correct operation with | |
Terraform v0.12. | |
We recommend using this command in a clean version control work tree, so that | |
you can easily see the proposed changes as a diff against the latest commit. | |
If you have uncommited changes already present, we recommend aborting this | |
command and dealing with them before running this command again. | |
Would you like to upgrade the module in the current directory? | |
Only 'yes' will be accepted to confirm. | |
Enter a value: yes | |
----------------------------------------------------------------------------- | |
Error: failed to load provider "helm": Incompatible API version with plugin. Plugin version: 4, Client versions: [5] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment