diff options
Diffstat (limited to 'infrastructure/locals.tf')
| -rw-r--r-- | infrastructure/locals.tf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infrastructure/locals.tf b/infrastructure/locals.tf new file mode 100644 index 0000000..d4fd3bf --- /dev/null +++ b/infrastructure/locals.tf @@ -0,0 +1,5 @@ +locals { + aws_region = "us-east-1" + domain = "joeac.net" +} + |
