Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Jun 11, 2024
1 parent 40f617a commit b4be2cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions moved.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start using s3 baseline for audit bucket
moved {
from = module.sso_elevator_bucket[0]
to = module.audit_bucket[0].module.bucket_baseline[0]
}
to = module.audit_bucket[0].module.bucket_baseline[0]
}
4 changes: 2 additions & 2 deletions s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "audit_bucket" {
count = var.s3_name_of_the_existing_bucket == "" ? 1 : 0
source = "fivexl/account-baseline/aws//modules/s3_baseline"
version = "1.3.2"

bucket_name = local.s3_bucket_name

versioning = {
Expand All @@ -13,5 +13,5 @@ module "audit_bucket" {
object_lock_enabled = var.s3_object_lock

object_lock_configuration = var.s3_object_lock ? var.s3_object_lock_configuration : null
logging = var.s3_logging
logging = var.s3_logging
}

0 comments on commit b4be2cf

Please sign in to comment.