Skip to content

Commit

Permalink
Merge pull request #5 from BCDevOps/allow-expired-cert
Browse files Browse the repository at this point in the history
allow expired cert
  • Loading branch information
prabhukiran9999 authored Jun 12, 2023
2 parents e8e564e + 6da5df7 commit 25e0928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ resource "aws_alb_listener" "secure" {

data "aws_acm_certificate" "default" {
domain = var.alb_cert_domain
statuses = ["ISSUED"]
statuses = ["ISSUED", "EXPIRED"]
}

0 comments on commit 25e0928

Please sign in to comment.