Skip to content

Commit c6710c6

Browse files
CCM-7908 adding mechanism for TFVAR based secret
1 parent 020f7dc commit c6710c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrastructure/terraform/components/app/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ variable "enable_amplify_basic_auth" {
9797
variable "AMPLIFY_BASIC_AUTH_SECRET" {
9898
type = string
9999
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
101100
default = "unset"
102101
}
103102

0 commit comments

Comments
 (0)