mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 00:59:09 +00:00
make terraform stuff
This commit is contained in:
parent
d4e9f38a65
commit
8870f6b640
8 changed files with 257 additions and 0 deletions
2
terraform/variables/.gitignore
vendored
Normal file
2
terraform/variables/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Do not commit your test environments.
|
||||
test.tfvars
|
3
terraform/variables/global.tfvars
Normal file
3
terraform/variables/global.tfvars
Normal file
|
@ -0,0 +1,3 @@
|
|||
root_users = [
|
||||
"62601275618889728"
|
||||
]
|
11
terraform/variables/prod.tfvars
Normal file
11
terraform/variables/prod.tfvars
Normal 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"
|
||||
]
|
4
terraform/variables/stage.tfvars
Normal file
4
terraform/variables/stage.tfvars
Normal file
|
@ -0,0 +1,4 @@
|
|||
environment_tag = "stage"
|
||||
ui_regions = [
|
||||
"us-east4"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue