Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created February 26, 2019 19:31
Show Gist options
  • Select an option

  • Save 100daysofdevops/c0568786f5317c190c557bdb85766cff to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/c0568786f5317c190c557bdb85766cff to your computer and use it in GitHub Desktop.
$ terraform init
Initializing modules...
- module.vpc_networking
Getting source "./networking"
Initializing provider plugins...
- Checking for available provider plugins on https://releases.hashicorp.com...
- Downloading plugin for provider "aws" (1.51.0)...
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.51"
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