Difference between revisions of "Constraints"

From wikieduonline
Jump to navigation Jump to search
(Created page with " ╷ │ Warning: Version constraints inside provider configuration blocks are deprecated │ │ on provider.tf line 2, in provider "aws": │ 2: version = "~> 3.3...")
 
Line 2: Line 2:
 
  │ Warning: Version constraints inside provider configuration blocks are deprecated
 
  │ Warning: Version constraints inside provider configuration blocks are deprecated
 
  │
 
  │
  │  on provider.tf line 2, in provider "aws":
+
  │  on [[provider.tf]]] line 2, in provider "aws":
 
  │    2:  version = "~> 3.38.0"
 
  │    2:  version = "~> 3.38.0"
 
  │
 
  │
  │ Terraform 0.13 and earlier allowed provider version constraints inside the provider configuration block, but that is
+
  │ [[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
 
  │ 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.
 
  │ version constraint into the required_providers block.

Revision as of 07:50, 20 September 2021

╷
│ Warning: Version constraints inside provider configuration blocks are deprecated
│
│   on provider.tf] line 2, in provider "aws":
│    2:   version = "~> 3.38.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 one more similar warning elsewhere)
╵


Advertising: