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

domain_name is required by default #10

Closed yurigene closed 3 years ago

yurigene commented 3 years ago

While running this module with Terraform 12 it asks for domain_name and certificate_arn. But I don't want to create a domain.

antonbabenko commented 3 years ago

You can disable it by setting create_api_domain_name = false

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.