Skip to content

Commit

Permalink
fix: Remove lifecycle rule for ignoring SSM value changes
Browse files Browse the repository at this point in the history
  • Loading branch information
baolsen committed Feb 28, 2023
1 parent 1579406 commit a8f1e2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ resource "aws_ssm_parameter" "webhooks_for_slack" {
value = var.webhooks_for_slack_notifications[count.index]

tags = var.tags
lifecycle {
ignore_changes = [value, ]
}
}

resource "aws_ssm_parameter" "webhooks_for_msteams" {
Expand All @@ -162,7 +159,4 @@ resource "aws_ssm_parameter" "webhooks_for_msteams" {
value = var.webhooks_for_msteams_notifications[count.index]

tags = var.tags
lifecycle {
ignore_changes = [value, ]
}
}

0 comments on commit a8f1e2b

Please sign in to comment.