For the complete documentation index, see llms.txt. This page is also available as Markdown.

Route53

Creating a public hosted zone

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

Last updated