Skip to content

Commit f925fad

Browse files
Merge pull request #652 from NHSDigital/feature/axkr1-NRL-768-release-fix-vars
NRL-768 Fix terraform variable default for non-sandbox environments
2 parents dbc11f2 + 50f0070 commit f925fad

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)