Unable to create api_gateway_domain using aws_route53_zone.name #7501
Labels
bug
Addresses a defect in current functionality.
service/apigateway
Issues and PRs that pertain to the apigateway service.
Milestone
Community Note
Terraform Version
Terraform v0.11.11
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/grodzik/485b73bd45c4c4ba7af0dd5e3c210cf6
Expected Behavior
api_gateway_domain_name
should be created.Actual Behavior
Below error accures:
This is related to this line from the log. There's dot at the end. Although it's taken from same source,
aws_route53_record
doesn't have such issue (see line 53 of the log)Running above code for the first time will show also error about non-existant domain for the certificate, which is not meaningful for this issue.
The text was updated successfully, but these errors were encountered: