Closed sergeyrudenko111 closed 2 months ago
/terratest
@sergeyrudenko111 looks like you need to bump the minimum provider version:
│ Error: Unsupported argument
│
│ on main.tf line 115, in module "eks_cluster":
│ 115: bootstrap_self_managed_addons = var.bootstrap_self_managed_addons_enabled
│
│ An argument named "bootstrap_self_managed_addons" is not expected here.
@Gowiem forgot to apply a variable name change from previous commit to examples/complete/main.tf
, now terratest should pass.
/terratest
These changes were released in v4.4.0.
what
bootstrap_self_managed_addons
foraws_eks_cluster
resourcewhy
references
https://aws.amazon.com/about-aws/whats-new/2024/06/amazon-eks-cluster-creation-flexibility-networking-add-ons/