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...")
 
 
(4 intermediate revisions by 2 users not shown)
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.
Line 12: Line 12:
 
  ╵
 
  ╵
  
 +
[[Karpenter]]
 +
DEBUG [[controller.provisioning]] relaxing soft constraints
 +
[[Gatekeeper]]
  
 
* {{terraform init}}
 
* {{terraform init}}

Latest revision as of 16:10, 25 January 2024

╷
│ 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)
╵

Karpenter

DEBUG controller.provisioning relaxing soft constraints
Gatekeeper

Advertising: