From 20ea13b9991985a43823907bf7a8417479e505e7 Mon Sep 17 00:00:00 2001 From: timburke-hackit Date: Thu, 9 Nov 2023 09:57:59 +0000 Subject: [PATCH] add moved block for s3 bucket --- terraform/core/29-db-snapshot-to-s3.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/core/29-db-snapshot-to-s3.tf b/terraform/core/29-db-snapshot-to-s3.tf index cd63f5ba6..a0b03509d 100644 --- a/terraform/core/29-db-snapshot-to-s3.tf +++ b/terraform/core/29-db-snapshot-to-s3.tf @@ -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 +}