Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur committed Dec 6, 2021
1 parent 8b0fe3b commit 001630e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/complete/replication.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ locals {
prefix = "/extra"
priority = 5
destination_bucket = module.s3_bucket_replication_target_extra[0].bucket_arn
destination = null
},
{
id = "replication-test-metrics"
Expand Down
1 change: 0 additions & 1 deletion examples/complete/replication.us-east-2.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ s3_replication_rules = [
id = "replication-test"
status = "Enabled"
prefix = "/main"
destination = null
}
]
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ variable "s3_replication_rules" {
# })
# }))

type = list(any)
type = any
default = null
description = "Specifies the replication rules for S3 bucket replication if enabled. You must also set s3_replication_enabled to true."
}
Expand Down

0 comments on commit 001630e

Please sign in to comment.