Skip to content

Commit 4099b7c

Browse files
Changes in response to review comments
1 parent b00e026 commit 4099b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/app/ssm_parameter_csrf_secret.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "aws_ssm_parameter" "csrf_secret" {
22
name = "/${local.csi}/csrf_secret"
3-
description = "The Basic Auth password used for the amplify app. This parameter is sourced from Github Environment variables"
3+
description = "cryptographic secret used for CSRF token generation"
44

55
type = "SecureString"
66
value = var.CSRF_SECRET

0 commit comments

Comments
 (0)