Created
April 27, 2018 22:49
-
-
Save gnydick/c94b6265e4a8729fca22e0dbe0b0e85a to your computer and use it in GitHub Desktop.
wrapped json can't find any config
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 init | |
Initializing provider plugins... | |
The following providers do not have any version constraints in configuration, | |
so the latest version was installed. | |
To prevent automatic upgrades to new major versions that may contain breaking | |
changes, it is recommended to add version = "..." constraints to the | |
corresponding provider blocks in configuration, with the constraint strings | |
suggested below. | |
* provider.aws: version = "~> 1.16" | |
Terraform has been successfully initialized! | |
#> terraform plan | |
You may now begin working with Terraform. Try running "terraform plan" to see | |
any changes that are required for your infrastructure. All Terraform commands | |
should now work. | |
If you ever set or change modules or backend configuration for Terraform, | |
rerun this command to reinitialize your working directory. If you forget, other | |
commands will detect it and remind you to do so if necessary. | |
provider.aws.region | |
The region where AWS operations will take place. Examples | |
are us-east-1, us-west-2, etc. | |
Default: us-east-1 | |
Enter a value: | |
Interrupt received. | |
Please wait for Terraform to exit or data loss may occur. | |
Gracefully shutting down... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment