aws_route53_zone

aws_route53_zone

The aws_route53_zone resource enables Cluster to create and manage customized Route 53 hosted zones.

Example Usage

The following example delegates a cluster subdomain in the example.com hosted zone resulting in a testing.example.com hosted zone.

resource:
  aws_route53_zone:
    dns:
      domain: "example.com"
      subdomain: "testing"

Settings

Setting Type Default Description
domain String None Name of the existing hosted zone
subdomain String None Name of the subdomain to delegate from the domain hosted zone