init: copy from lawndale-infra
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-05-27 16:55:50 +02:00
commit 65ab6a1512
11 changed files with 422 additions and 0 deletions

5
locals.tf Normal file
View File

@@ -0,0 +1,5 @@
locals {
ingress_domain = "git.thomasklein.me"
}
data "aws_region" "current" {}