terraform-aws-modules / terraform-aws-apigateway-v2

Terraform module to create AWS API Gateway v2 (HTTP/WebSocket) 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/apigateway-v2/aws
Apache License 2.0
144 stars 188 forks source link

"Pending validation" certificate state after 45 minutes. #33

Closed pmargarc closed 3 years ago

pmargarc commented 3 years ago

Description

After creating a Route53 hosted zone in order to execute the complete-http example, I executed terraform apply and it took 45 minutes to resolve the deployment. And it resolved as an ACM error caused by a "Pending validation" state of a certificate.

Versions

Reproduction

Steps to reproduce the behavior: terraform init Replace local domain_name with your hosted zone name terraform apply

Code Snippet to Reproduce

Expected behavior

Actual behavior

Terminal Output Screenshot(s)

image

Additional context

antonbabenko commented 3 years ago

This example works as long as the domain zone is properly configured and reachable by AWS during the validation phase.

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.