Skip to content

Commit

Permalink
ignore any changes to rule
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 14, 2023
1 parent 8aafbb5 commit 3351ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "this" {
bucket_key_enabled = var.bucket_key_enabled
}
lifecycle {
ignore_changes = [rule.bucket_key_enabled]
# ignore_changes = [rule.bucket_key_enabled]
ignore_changes = [rule]
}
}

Expand Down

0 comments on commit 3351ff1

Please sign in to comment.