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
- Host: GitHub
- URL: https://github.com/amancevice/terraform-aws-custom-domain
- Owner: amancevice
- License: mit
- Created: 2019-01-26T20:04:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T11:49:33.000Z (over 2 years ago)
- Last Synced: 2025-02-10T18:11:28.798Z (3 months ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 = ""
}
```