Skip to content

Commit

Permalink
CloudFront secret name static
Browse files Browse the repository at this point in the history
  • Loading branch information
ALVincent committed Aug 31, 2023
1 parent b38e6bf commit 0444069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/portal/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "random_password" "cloudfront" {
}

resource "aws_secretsmanager_secret" "cloudfront" {
name = "cloudfront-v1-secret-${local.application_name}-${formatdate("DDMMMYYYYhhmm", timestamp())}"
name = "cloudfront-v1-secret-${local.application_name}"
description = "Simple secret created by Terraform"
}

Expand Down

0 comments on commit 0444069

Please sign in to comment.