jenkins-x/terraform-aws-eks-jx

Warning message for terraform 0.14

ankitm123 opened this issue ยท 1 comments

Summary

Plan/apply with tf 0.14 prints this warning:

Warning: Version constraints inside provider configuration blocks are deprecated

  on provider.tf line 6, in provider "kubernetes":
   6:   version                = "~> 1.11"

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.

Steps to reproduce the behavior

Run terraform plan/apply with tf v0.14

Expected behavior

No errors/warnings

Actual behavior

Warning message as pasted above

Terraform version

The output of terraform version is:

0.14.2

Module version

v1.15.2

Operating system

Ubuntu/Linux

๐ŸŽ‰ This issue has been resolved in version 1.15.3 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€