We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2005ec commit d9726c1Copy full SHA for d9726c1
infrastructure/environments/test/acm.tf
@@ -2,8 +2,8 @@ data "aws_acm_certificate" "website" {
2
provider = aws.global
3
domain = format("*.%s", local.domain)
4
key_types = ["RSA_2048"]
5
- statuses = ["ISSUED"]
6
- types = ["AMAZON_ISSUED"]
+ # statuses = ["ISSUED"]
+ # types = ["AMAZON_ISSUED"]
7
most_recent = true
8
tags = {
9
Project = local.project_identifier
0 commit comments