make terraform stuff

This commit is contained in:
41666 2020-12-06 04:20:12 -05:00
parent d4e9f38a65
commit 8870f6b640
8 changed files with 257 additions and 0 deletions

2
terraform/variables/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# Do not commit your test environments.
test.tfvars

View file

@ -0,0 +1,3 @@
root_users = [
"62601275618889728"
]

View file

@ -0,0 +1,11 @@
environment_tag = "prod"
ui_regions = [
"us-east4",
"us-central1",
"us-west1",
"europe-west2",
"europe-west3",
"australia-southeast1",
"asia-northeast1",
"asia-southeast1"
]

View file

@ -0,0 +1,4 @@
environment_tag = "stage"
ui_regions = [
"us-east4"
]