Skip to content

Commit b421cb5

Browse files
committed
NDR-213 Fix reference
1 parent c067a46 commit b421cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/buckets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module "ndr-truststore" {
129129
}
130130

131131
data "aws_s3_object" "truststore_ext_cert" {
132-
bucket = module.ndr-truststore[0].bucket_id
132+
bucket = local.is_sandbox ? "ndr-dev-${var.truststore_bucket_name}" : module.ndr-truststore[0].bucket_id
133133
key = var.ca_pem_filename
134134
}
135135

0 commit comments

Comments
 (0)