Skip to content

Commit a577fa4

Browse files
authored
Adding new name to root arn (#531)
1 parent 231432e commit a577fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parameters.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource "aws_ssm_parameter" "certificate" {
1010
}
1111

1212
resource "aws_ssm_parameter" "root_certificate" {
13-
name = "${terraform.workspace}_certificate_arn"
13+
name = "${terraform.workspace}_root_certificate_arn"
1414
description = "Certificate ARN for Ingress"
1515
type = "String"
1616
value = module.root_tls_certificate.arn

0 commit comments

Comments
 (0)