Route53

Creating a public hosted zone

resources:
  - type: aws_route53_hosted_zone
    name: example
    props: 
      name: example.com

Last updated

Was this helpful?