File tree Expand file tree Collapse file tree
infra/terraform/1-network Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,15 +67,10 @@ output "route53_zone_id" {
6767# ---------------------------------------------------------------------------
6868
6969output "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# ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments