summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-12-31 18:23:55 +0200
committerPaul Buetow <paul@buetow.org>2023-12-31 18:23:55 +0200
commitb2b280195e9f360375047197253715a0fb7df9a8 (patch)
tree095f571f992336e13f7bf3b5dfea2566c3ae5c03
parente2708f9ef93df33bd2ff68a882af3092aa09c4ad (diff)
refactor to use generic zone TLS cert arn
-rw-r--r--org-buetow-elb/alb.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-buetow-elb/alb.tf b/org-buetow-elb/alb.tf
index ed21f42..d09b59a 100644
--- a/org-buetow-elb/alb.tf
+++ b/org-buetow-elb/alb.tf
@@ -45,7 +45,7 @@ resource "aws_lb_listener" "https_listener" {
port = "443"
protocol = "HTTPS"
ssl_policy = "ELBSecurityPolicy-2016-08"
- certificate_arn = data.terraform_remote_state.base.outputs.buetow_cloud_certificate_arn
+ certificate_arn = data.terraform_remote_state.base.outputs.zone_certificate_arn
tags = {
Name = "alb"