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

https://github.com/tuki0918/terraform-route53


https://github.com/tuki0918/terraform-route53

Last synced: 3 months ago
JSON representation

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
```