jx3-gitops-repositories / jx3-terraform-gke

Jenkins X 3.x Infrastructure Git Template for Terraform and Google Cloud Platform for managing cloud resources
Apache License 2.0
8 stars 27 forks source link

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

Open joshpadilla opened 3 years ago

joshpadilla commented 3 years ago

terraform init Initializing modules...

Initializing the backend...

Initializing provider plugins...

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)