We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c067a46 commit b421cb5Copy full SHA for b421cb5
infrastructure/buckets.tf
@@ -129,7 +129,7 @@ module "ndr-truststore" {
129
}
130
131
data "aws_s3_object" "truststore_ext_cert" {
132
- bucket = module.ndr-truststore[0].bucket_id
+ bucket = local.is_sandbox ? "ndr-dev-${var.truststore_bucket_name}" : module.ndr-truststore[0].bucket_id
133
key = var.ca_pem_filename
134
135
0 commit comments