Skip to content

Commit a0608fb

Browse files
authored
NDR-213b Create truststore bucket for persistent envs only (#430)
1 parent c54e6ea commit a0608fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/buckets.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ module "ndr-bulk-staging-store" {
117117
}
118118

119119
module "ndr-truststore" {
120+
count = local.is_sandbox ? 0 : 1
120121
source = "./modules/s3"
121122
access_logs_enabled = local.is_production
122123
access_logs_bucket_id = local.access_logs_bucket_id

0 commit comments

Comments
 (0)