Skip to content

Commit

Permalink
updated to support lab script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Jun 12, 2024
1 parent 74f8d62 commit 2936b46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ module "s3-source" {
# uncomment the below code only after the creation of buckets in step 1
########################################################################
# replication_role_arns = [module.role-s3-replication.role_arn]

#
# replication_configuration = {
# role_name = module.role-s3-replication.role_name
# rules = [
# {
# id = "bar"
# status = "Enabled"
# priority = 1

#
# destination = {
# bucket = "DESTINATION_BUCKET_ARN_GOES_HERE"
# storage_class = "STANDARD"
# replica_kms_key_id = "DESTINATION_KMS_KEY_ARN_GOES_HERE"
# }

#
# filter = {
# prefix = "logs"
# tags = {
Expand All @@ -77,24 +77,24 @@ module "s3-dest" {
core_backups_retention = "NOBACKUP"

############################################################################
#uncomment the below code only after provisioning of the bucket in step 1
# uncomment the below code only after provisioning of the bucket in step 1
############################################################################
# replication_role_arns = [module.role-s3-replication.role_arn]

#
# replication_configuration = {
# role_name = module.role-s3-replication.role_name
# rules = [
# {
# id = "bar"
# status = "Enabled"
# priority = 1

#
# destination = {
# bucket = "SOURCE_BUCKET_ARN_GOES_HERE"
# storage_class = "STANDARD"
# replica_kms_key_id = "SOURCE_KMS_KEY_ARN_GOES_HERE"
# }

#
# filter = {
# prefix = "logs"
# tags = {
Expand Down

0 comments on commit 2936b46

Please sign in to comment.