Skip to content

Commit

Permalink
Remove selection criteria for sse (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalmeribm authored Mar 21, 2024
1 parent 0bb21d1 commit a006d85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/aws/cost_usage_reports/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ resource "aws_s3_bucket_replication_configuration" "cur_bucket_replication_rule"
status = "Enabled"
}

source_selection_criteria {
sse_kms_encrypted_objects {
status = "Disabled"
}
}
status = "Enabled"
}
}

0 comments on commit a006d85

Please sign in to comment.