diff --git a/main.tf b/main.tf index e94231e..4f0ffb6 100644 --- a/main.tf +++ b/main.tf @@ -520,7 +520,7 @@ resource "kubernetes_config_map" "aws_auth" { lifecycle { # We are ignoring the data here since we will manage it with the resource below # This is only intended to be used in scenarios where the configmap does not exist - ignore_changes = [data] + ignore_changes = [data, metadata[0].labels, metadata[0].annotations] } }