Skip to content

Commit a8f1e2b

Browse files
committed
fix: Remove lifecycle rule for ignoring SSM value changes
1 parent 1579406 commit a8f1e2b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ resource "aws_ssm_parameter" "webhooks_for_slack" {
148148
value = var.webhooks_for_slack_notifications[count.index]
149149

150150
tags = var.tags
151-
lifecycle {
152-
ignore_changes = [value, ]
153-
}
154151
}
155152

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

164161
tags = var.tags
165-
lifecycle {
166-
ignore_changes = [value, ]
167-
}
168162
}

0 commit comments

Comments
 (0)