diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-20 10:02:03 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-20 10:02:03 +0200 |
| commit | 30eba0e8da2a8a44040271c442c4e3017c293b07 (patch) | |
| tree | 1e85a781efae35f982b130d4be1152ea67fe7e1f /org-buetow-nextcloud/data.tf | |
| parent | 999bddddc8354c5665c660290b99e1cf446edb2f (diff) | |
add
Diffstat (limited to 'org-buetow-nextcloud/data.tf')
| -rw-r--r-- | org-buetow-nextcloud/data.tf | 3 |
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 +} |
