mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
make terraform stuff
This commit is contained in:
parent
d4e9f38a65
commit
8870f6b640
8 changed files with 257 additions and 0 deletions
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"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue