Skip to content

Commit

Permalink
update locations in bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
jacobwoffenden committed Nov 14, 2024
1 parent 41502be commit a80f773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_datasync_location_smb" "dom1_hq_pgo_shared_group_sis_case_manageme

resource "aws_datasync_location_s3" "dom1_hq_pgo_shared_group_sis_case_management_investigations" {
s3_bucket_arn = module.datasync_bucket.s3_bucket_arn
subdirectory = "/dom1/data/hq/pgo/shared/group/sis-case-management/investigations/"
subdirectory = "datasync/dom1/data/hq/pgo/shared/group/sis-case-management/investigations/"

s3_config {
bucket_access_role_arn = module.datasync_iam_role.iam_role_arn
Expand All @@ -35,7 +35,7 @@ resource "aws_datasync_location_smb" "dom1_hq_pgo_shared_group_sis_case_manageme

resource "aws_datasync_location_s3" "dom1_hq_pgo_shared_group_sis_case_management_itas" {
s3_bucket_arn = module.datasync_bucket.s3_bucket_arn
subdirectory = "/dom1/data/hq/pgo/shared/group/sis-case-management/itas/"
subdirectory = "datasync/dom1/data/hq/pgo/shared/group/sis-case-management/itas/"

s3_config {
bucket_access_role_arn = module.datasync_iam_role.iam_role_arn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_datasync_task" "dom1_hq_pgo_shared_group_sis_case_management_inves
s3_destination {
bucket_access_role_arn = module.datasync_iam_role.iam_role_arn
s3_bucket_arn = module.datasync_bucket.s3_bucket_arn
subdirectory = "reports/dom1/hq/pgo/shared/group/sis-case-management/investigations/"
subdirectory = "datasync/reports/dom1/hq/pgo/shared/group/sis-case-management/investigations/"
}
}

Expand Down

0 comments on commit a80f773

Please sign in to comment.