You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_AMPLIFY_BASIC_AUTH_SECRET"></a> [AMPLIFY\_BASIC\_AUTH\_SECRET](#input\_AMPLIFY\_BASIC\_AUTH\_SECRET)| Secret key/password to use for Amplify Basic Auth - This is intended to be read from CI variables and not committed to any codebase |`string`|`"unset"`| no |
16
-
| <aname="input_CSRF_SECRET"></a> [CSRF\_SECRET](#input\_CSRF\_SECRET)| Secure cryptographic key to be used for generating CSRF tokens - This is intended to be read from CI variables and not committed to any codebase |`string`|n/a|yes|
16
+
| <aname="input_CSRF_SECRET"></a> [CSRF\_SECRET](#input\_CSRF\_SECRET)| Secure cryptographic key to be used for generating CSRF tokens - This is intended to be read from CI variables and not committed to any codebase |`string`|`"value"`|no|
17
17
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
18
18
| <aname="input_aws_principal_org_id"></a> [aws\_principal\_org\_id](#input\_aws\_principal\_org\_id)| The AWS Org ID (numeric) |`string`| n/a | yes |
19
19
| <aname="input_backup_report_recipient"></a> [backup\_report\_recipient](#input\_backup\_report\_recipient)| Primary recipient of the Backup reports |`string`|`""`| no |
Copy file name to clipboardExpand all lines: infrastructure/terraform/components/app/variables.tf
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ variable "CSRF_SECRET" {
110
110
# Github only does uppercase env vars
111
111
type=string
112
112
description="Secure cryptographic key to be used for generating CSRF tokens - This is intended to be read from CI variables and not committed to any codebase"
0 commit comments