Skip to content

Commit

Permalink
update s3 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Oct 31, 2023
1 parent bb84417 commit d618432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/core/36-liberator-import.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module "liberator_rds_snapshot_to_s3" {
target_bucket_id = module.landing_zone.bucket_id
target_bucket_kms_key_arn = module.landing_zone.kms_key_arn
target_bucket_kms_key_id = module.landing_zone.kms_key_id
target_prefix = "parking/liberator/"
target_prefix = "parking"
service_area = "parking"
rds_instance_ids = [for item in module.liberator_dump_to_rds_snapshot : item.rds_instance_id]
rds_instance_arns = [for item in module.liberator_dump_to_rds_snapshot : item.rds_instance_arn]
Expand Down

0 comments on commit d618432

Please sign in to comment.