https://github.com/tuki0918/terraform-route53
https://github.com/tuki0918/terraform-route53
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuki0918/terraform-route53
- Owner: tuki0918
- Created: 2016-03-09T12:51:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T13:44:19.000Z (about 9 years ago)
- Last Synced: 2025-03-10T16:49:15.393Z (3 months ago)
- Language: HCL
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
$ terraform plan
$ terraform apply
``````
$ docker run \
--rm \
--name terraforming \
-e AWS_ACCESS_KEY_ID=***** \
-e AWS_SECRET_ACCESS_KEY=***** \
-e AWS_REGION=ap-northeast-1 \
quay.io/dtan4/terraforming:latest \
terraforming r53r > hosted_zones.tf
```