Create
For more information, see reference.
Find or create a Route53 hosted zone that keeps DNS records for the app’s domains up to date
tapit create route53_zone domain_name=example.com [name=NAME] [description='My zone'] [destroy_on_deletion=true|false] [--ignore-existing]
Required
- domain_name
Parameters
domain_name: Domain name for the hosted zone, eg. example.com (required)name: Name for the add-on (defaults to a name derived from the domain name)description: Description of the zone’s purposedestroy_on_deletion: Delete the Route53 hosted zone in AWS when this add-on is deleted (true/false, default false)--ignore-existing: Skip creation if a resource with the same name already exists (useful for idempotent scripts)