-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
╷
│ Warning: Version constraints inside provider configuration blocks are deprecated
│
│ on example.tf line 2, in provider "aws":
│ 2: version = "~> 3.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.
╵