summaryrefslogtreecommitdiff
path: root/org-buetow-nextcloud/data.tf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-12-20 10:02:03 +0200
committerPaul Buetow <paul@buetow.org>2023-12-20 10:02:03 +0200
commit30eba0e8da2a8a44040271c442c4e3017c293b07 (patch)
tree1e85a781efae35f982b130d4be1152ea67fe7e1f /org-buetow-nextcloud/data.tf
parent999bddddc8354c5665c660290b99e1cf446edb2f (diff)
add
Diffstat (limited to 'org-buetow-nextcloud/data.tf')
-rw-r--r--org-buetow-nextcloud/data.tf3
1 files changed, 3 insertions, 0 deletions
diff --git a/org-buetow-nextcloud/data.tf b/org-buetow-nextcloud/data.tf
new file mode 100644
index 0000000..3a8f86c
--- /dev/null
+++ b/org-buetow-nextcloud/data.tf
@@ -0,0 +1,3 @@
+data "aws_route53_zone" "my_zone" {
+ name = "aws.buetow.org." # Replace with your domain name
+}