Skip to content

Commit 0eb1e29

Browse files
committed
NDR-211-truststore Unique bucket name
1 parent ba0e33b commit 0eb1e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/variable.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ variable "statistical_reports_bucket_name" {
6060
variable "truststore_bucket_name" {
6161
type = string
6262
description = "The name of the S3 bucket to store trusted CA's for MTLS"
63-
default = "truststore"
63+
default = "ndr-truststore"
6464
}
6565

6666
# DynamoDB Table Variables

0 commit comments

Comments
 (0)