Skip to content

Commit

Permalink
set rds export bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 23, 2023
1 parent e6d147e commit a9f4386
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/core/29-db-snapshot-to-s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ module "db_snapshot_to_s3" {
zone_kms_key_arn = module.raw_zone.kms_key_arn
zone_bucket_arn = module.raw_zone.bucket_arn
zone_bucket_id = module.raw_zone.bucket_id
rds_export_storage_bucket_arn = module.rds_export_storage.bucket_arn
rds_export_storage_bucket_id = module.rds_export_storage.bucket_id
rds_export_storage_kms_key_arn = module.rds_export_storage.kms_key_arn
rds_export_storage_kms_key_id = module.rds_export_storage.kms_key_id
rds_export_storage_bucket_arn = module.addresses_api_rds_export_storage.bucket_arn
rds_export_storage_bucket_id = module.addresses_api_rds_export_storage.bucket_id
rds_export_storage_kms_key_arn = module.addresses_api_rds_export_storage.kms_key_arn
rds_export_storage_kms_key_id = module.addresses_api_rds_export_storage.kms_key_id
service_area = "unrestricted"
rds_instance_ids = var.rds_instance_ids

Expand Down

0 comments on commit a9f4386

Please sign in to comment.