You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michaelobrien@mbp7 modules % terraform plan
╷
│ Error: Inconsistent dependency lock file
│
│ The following dependency selections recorded in the lock file are inconsistent with the current configuration:
│ - provider registry.terraform.io/hashicorp/aws: locked version selection 4.67.0 doesn't match the updated version constraints "~> 5.61"
│
│ To update the locked dependency selections to match a changed configuration, run:
│ terraform init -upgrade
╵
michaelobrien@mbp7 modules % terraform init -upgrade
Initializing the backend...
Initializing provider plugins...
- Finding hashicorp/aws versions matching "~> 5.61"...
- Installing hashicorp/aws v5.73.0...
- Installed hashicorp/aws v5.73.0 (signed by HashiCorp)
obriensystems
changed the title
add standard upgrade support from extended
add standard upgrade support from extended for EKS cluster upgradePolicy
Oct 30, 2024
obriensystems
changed the title
add standard upgrade support from extended for EKS cluster upgradePolicy
add standard upgrade support from extended for EKS cluster upgradePolicy.supportType
Oct 30, 2024
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_cluster#upgrade_policy
hashicorp/terraform-provider-aws#38510
in provider
https://github.com/hashicorp/terraform-provider-aws/blob/v5.61.0/CHANGELOG.md
https://developer.hashicorp.com/terraform/language/providers/configuration#provider-versions
out of band upgradePolicy
https://docs.aws.amazon.com/eks/latest/userguide/view-upgrade-policy.html
The text was updated successfully, but these errors were encountered: