Skip to content

Commit 50f0070

Browse files
NRL-768 Fix terraform variable default for non-sandbox environments
1 parent dbc11f2 commit 50f0070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/infrastructure/vars.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ variable "public_sandbox_domain" {
2121
type = string
2222
description = "The public domain for the sandbox environment (optional)"
2323
nullable = true
24+
default = null
2425
}
2526

2627
variable "consumer_api_path" {

0 commit comments

Comments
 (0)