Skip to content

Commit

Permalink
add moved block for s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 9, 2023
1 parent f1f2dee commit 20ea13b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/core/29-db-snapshot-to-s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ moved {
from = module.db_snapshot_to_s3.module.rds_export_storage.aws_s3_bucket.bucket
to = module.db_snapshot_to_s3[0].module.rds_export_storage.aws_s3_bucket.bucket
}

moved {
from = module.db_snapshot_to_s3[0].module.rds_export_storage.aws_s3_bucket.bucket
to = module.deprecated_rds_export_storage.aws_s3_bucket.bucket
}

0 comments on commit 20ea13b

Please sign in to comment.