Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Version constraints inside provider configuration blocks are deprecated #37

Open
joshpadilla opened this issue Mar 25, 2021 · 0 comments

Comments

@joshpadilla
Copy link

terraform init
Initializing modules...

Initializing the backend...

Initializing provider plugins...

  • Reusing previous version of hashicorp/local from the dependency lock file
  • Reusing previous version of hashicorp/null from the dependency lock file
  • Reusing previous version of hashicorp/template from the dependency lock file
  • Reusing previous version of hashicorp/kubernetes from the dependency lock file
  • Reusing previous version of hashicorp/random from the dependency lock file
  • Reusing previous version of hashicorp/google from the dependency lock file
  • Reusing previous version of hashicorp/helm from the dependency lock file
  • Reusing previous version of hashicorp/google-beta from the dependency lock file

Warning: Version constraints inside provider configuration blocks are deprecated

on .terraform/modules/jx.jx/main.tf line 15, in provider "google":
15: version = ">= 3.46.0"

Terraform 0.13 and earlier allowed provider version constraints inside the
provider configuration block, but that is now deprecated and will be removed
in a future version of Terraform. To silence this warning, move the provider
version constraint into the required_providers block.

(and 7 more similar warnings elsewhere)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant