An open API service indexing awesome lists of open source software.

https://github.com/amancevice/terraform-aws-custom-domain

Add a custom domain for API Gateway REST API
https://github.com/amancevice/terraform-aws-custom-domain

Last synced: 28 days ago
JSON representation

Add a custom domain for API Gateway REST API

Awesome Lists containing this project

README

        

# AWS API Gateway Custom Domain

Add a custom domain for API Gateway REST API.

## Usage

```hcl
module domain {
source = "amancevice/custom-domain/aws"
api_id = ""
api_stage_name = ""
domain_name = "my.example.com"
certificate_arn = ""
route53_zone_id = ""
}
```