Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudpossebot committed Dec 6, 2021
1 parent fba6c3e commit 43dae0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/complete/replication.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
prefix = "/extra"
priority = 5
destination_bucket = module.s3_bucket_replication_target_extra[0].bucket_arn
destination = null
destination = null
},
{
id = "replication-test-metrics"
Expand All @@ -22,7 +22,7 @@ locals {
}
}
] : null
s3_replication_rules = local.replication_enabled ? local.replication_rules: null
s3_replication_rules = local.replication_enabled ? local.replication_rules : null
}

module "s3_bucket_replication_target" {
Expand Down
6 changes: 3 additions & 3 deletions examples/complete/replication.us-east-2.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ allowed_bucket_actions = [
# Rules will be augmented with additional test cases, so prefix cannot be "/"
s3_replication_rules = [
{
id = "replication-test"
status = "Enabled"
prefix = "/main"
id = "replication-test"
status = "Enabled"
prefix = "/main"
destination = null
}
]

0 comments on commit 43dae0b

Please sign in to comment.