Created
April 27, 2019 20:15
-
-
Save kainlite/cca6fe034015ee2ce205baf6b68750c3 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 init | |
| Initializing provider plugins... | |
| - Checking for available provider plugins on https://releases.hashicorp.com... | |
| - Downloading plugin for provider "aws" (2.8.0)... | |
| - Downloading plugin for provider "archive" (1.2.1)... | |
| 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.archive: version = "~> 1.2" | |
| * provider.aws: version = "~> 2.8" | |
| Terraform has been successfully initialized! | |
| 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment