Skip to content

Commit deb977d

Browse files
committed
fix: remove stale acm_apex_cert_arn output (apex is now a SAN on wildcard cert)
1 parent c6fa513 commit deb977d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

infra/terraform/1-network/outputs.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,10 @@ output "route53_zone_id" {
6767
# ---------------------------------------------------------------------------
6868

6969
output "acm_wildcard_cert_arn" {
70-
description = "ARN of the validated ACM wildcard certificate (*.coder4gov.com)."
70+
description = "ARN of the validated ACM certificate (*.domain, apex, *.dev.domain)."
7171
value = aws_acm_certificate_validation.wildcard.certificate_arn
7272
}
7373

74-
output "acm_apex_cert_arn" {
75-
description = "ARN of the validated ACM apex certificate (coder4gov.com)."
76-
value = aws_acm_certificate_validation.apex.certificate_arn
77-
}
78-
7974
# ---------------------------------------------------------------------------
8075
# Flow Logs
8176
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)