Skip to content

Commit

Permalink
move bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 10, 2023
1 parent 8ad25bb commit 50aa081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/core/36-liberator-import.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ module "liberator_rds_snapshot_to_s3" {
}

moved {
from = module.liberator_db_snapshot_to_s3[0].module.rds_export_storage.aws_s3_bucket.bucket_id
to = module.deprecated_rds_export_storage.aws_s3_bucket.bucket_id
from = module.liberator_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 50aa081

Please sign in to comment.