diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-18 10:27:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-18 10:27:23 +0200 |
| commit | d749e6539855a7500146ce71943f48c271e175a8 (patch) | |
| tree | 0ed108acd73b70685d5a1d03ec09ff1460f9085c /org-buetow-base | |
| parent | 6d6273af7e38b10b4c9aa79f3a4b31ecd0ed9e0a (diff) | |
import zone
Diffstat (limited to 'org-buetow-base')
| -rw-r--r-- | org-buetow-base/zone.tf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/org-buetow-base/zone.tf b/org-buetow-base/zone.tf new file mode 100644 index 0000000..18db3ab --- /dev/null +++ b/org-buetow-base/zone.tf @@ -0,0 +1,3 @@ +resource "aws_route53_zone" "my_zone" { + name = "aws.buetow.org." +} |
