Skip to content

Commit 5518b15

Browse files
committed
Removed deprecated prefix from aws_s3_bucket_replication_configuration
1 parent 549a3a2 commit 5518b15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ resource "aws_s3_bucket_replication_configuration" "this" {
380380
content {
381381
id = try(rule.value.id, null)
382382
priority = try(rule.value.priority, null)
383-
prefix = try(rule.value.prefix, null)
384383
status = try(tobool(rule.value.status) ? "Enabled" : "Disabled", title(lower(rule.value.status)), "Enabled")
385384

386385
dynamic "delete_marker_replication" {

0 commit comments

Comments
 (0)