terraform-aws-eks-blueprints-addons icon indicating copy to clipboard operation
terraform-aws-eks-blueprints-addons copied to clipboard

[Addon] aws_eks_addon Allow to set different values for resolve_conflicts_on_create and resolve_conflicts_on_update

Open isaac88 opened this issue 2 months ago • 1 comments

Allow to set different values on aws_eks_addon.this for resolve_conflicts_on_create and resolve_conflicts_on_update since they have different possible values regarding terraform docs [1].

Issue: each.value.resolve_conflicts https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/blob/7755fb6ec97139d34b7d01467ce7f20164cbd24a/main.tf#L2188

https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/blob/7755fb6ec97139d34b7d01467ce7f20164cbd24a/main.tf#L2189

[1]https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_addon

isaac88 avatar Apr 08 '24 10:04 isaac88