Created
August 15, 2020 15:17
-
-
Save sproctor/86a9758584a30f89de12e56ab1b76790 to your computer and use it in GitHub Desktop.
terraform error
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
➜ Infrastructure git:(master) ✗ terraform plan | |
Backend reinitialization required. Please run "terraform init". | |
Reason: Initial configuration of the requested backend "s3" | |
The "backend" is the interface that Terraform uses to store state, | |
perform operations, etc. If this message is showing up, it means that the | |
Terraform configuration you're using is using a custom configuration for | |
the Terraform backend. | |
Changes to backend configurations require reinitialization. This allows | |
Terraform to setup the new configuration, copy existing state, etc. This is | |
only done during "terraform init". Please run that command now then try again. | |
If the change reason above is incorrect, please verify your configuration | |
hasn't changed and try again. At this point, no changes to your existing | |
configuration or state have been made. | |
Error: Initialization required. Please see the error message above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment