Skip to content

Commit d9726c1

Browse files
VIA-347 AS/SB/AJ Temporarily remove ACM certificate filter
1 parent d2005ec commit d9726c1

File tree

1 file changed

+2
-2
lines changed
  • infrastructure/environments/test

1 file changed

+2
-2
lines changed

infrastructure/environments/test/acm.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ data "aws_acm_certificate" "website" {
22
provider = aws.global
33
domain = format("*.%s", local.domain)
44
key_types = ["RSA_2048"]
5-
statuses = ["ISSUED"]
6-
types = ["AMAZON_ISSUED"]
5+
# statuses = ["ISSUED"]
6+
# types = ["AMAZON_ISSUED"]
77
most_recent = true
88
tags = {
99
Project = local.project_identifier

0 commit comments

Comments
 (0)