We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231432e commit a577fa4Copy full SHA for a577fa4
parameters.tf
@@ -10,7 +10,7 @@ resource "aws_ssm_parameter" "certificate" {
10
}
11
12
resource "aws_ssm_parameter" "root_certificate" {
13
- name = "${terraform.workspace}_certificate_arn"
+ name = "${terraform.workspace}_root_certificate_arn"
14
description = "Certificate ARN for Ingress"
15
type = "String"
16
value = module.root_tls_certificate.arn
0 commit comments