Skip to content

Commit 0a6b554

Browse files
CCM-7908 case fixing tfvars
1 parent 7741b91 commit 0a6b554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/components/app/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ variable "enable_amplify_basic_auth" {
9595

9696
# Github Environments only handles uppercase envvars
9797
variable "AMPLIFY_BASIC_AUTH_SECRET" {
98+
# Github only does uppercase env vars
9899
type = string
99100
description = "Secret key/password to use for Amplify Basic Auth - This is entended to be read from CI variables and not commited to any codebase"
100101
default = "unset"

0 commit comments

Comments
 (0)