Skip to content

Commit

Permalink
fix: add argument to resolve field value conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mimin0 authored Nov 6, 2023
1 parent fdbfb15 commit fed2861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/adot/service-account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resource "aws_eks_addon" "this" {
addon_name = "adot"
addon_version = var.adot_version
service_account_role_arn = aws_iam_role.adot_collector.arn
resolve_conflicts_on_update = "OVERWRITE"
depends_on = [
kubectl_manifest.this
]
Expand Down

0 comments on commit fed2861

Please sign in to comment.