Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in the certificates definition with Route53 #92

Open
Lumene98 opened this issue Jan 21, 2021 · 0 comments
Open

Issue in the certificates definition with Route53 #92

Lumene98 opened this issue Jan 21, 2021 · 0 comments

Comments

@Lumene98
Copy link

Lumene98 commented Jan 21, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant