summaryrefslogtreecommitdiff
path: root/org-buetow-nextcloud/data.tf
blob: 3a8f86c60bec6a8760c7563fd1f3f28d4f957939 (plain)
1
2
3
data "aws_route53_zone" "my_zone" {
  name = "aws.buetow.org." # Replace with your domain name
}