Open Lumene98 opened 3 years ago
Hi
After running this code in build.gradle.kts:
route53 = Route53("test", "test.com", "*.test.com")
The result after deploy in the build(.tf file) becomes:
data "aws_acm_certificate" "*_test_com" { provider = aws.us_east_1 domain = "*.test.com" statuses = ["ISSUED"] }
Since you cannot define it like this *_test_com, it gives back an error when I try to use the certificate arn
*_test_com
Hi
After running this code in build.gradle.kts:
route53 = Route53("test", "test.com", "*.test.com")
The result after deploy in the build(.tf file) becomes:
Since you cannot define it like this
*_test_com
, it gives back an error when I try to use the certificate arn