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 020f7dc commit c6710c6Copy full SHA for c6710c6
infrastructure/terraform/components/app/variables.tf
@@ -97,7 +97,6 @@ variable "enable_amplify_basic_auth" {
97
variable "AMPLIFY_BASIC_AUTH_SECRET" {
98
type = string
99
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"
100
- sensitive = true
101
default = "unset"
102
}
103
0 commit comments