We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7741b91 commit 0a6b554Copy full SHA for 0a6b554
infrastructure/terraform/components/app/variables.tf
@@ -95,6 +95,7 @@ variable "enable_amplify_basic_auth" {
95
96
# Github Environments only handles uppercase envvars
97
variable "AMPLIFY_BASIC_AUTH_SECRET" {
98
+ # Github only does uppercase env vars
99
type = string
100
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"
101
default = "unset"
0 commit comments