Skip to content

Instantly share code, notes, and snippets.

@kainlite
Created April 27, 2019 20:15
Show Gist options
  • Select an option

  • Save kainlite/cca6fe034015ee2ce205baf6b68750c3 to your computer and use it in GitHub Desktop.

Select an option

Save kainlite/cca6fe034015ee2ce205baf6b68750c3 to your computer and use it in GitHub Desktop.
$ 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