We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549a3a2 commit 5518b15Copy full SHA for 5518b15
main.tf
@@ -380,7 +380,6 @@ resource "aws_s3_bucket_replication_configuration" "this" {
380
content {
381
id = try(rule.value.id, null)
382
priority = try(rule.value.priority, null)
383
- prefix = try(rule.value.prefix, null)
384
status = try(tobool(rule.value.status) ? "Enabled" : "Disabled", title(lower(rule.value.status)), "Enabled")
385
386
dynamic "delete_marker_replication" {
0 commit comments