mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
temp tf
This commit is contained in:
parent
a5e2fdc7a7
commit
ec505739c8
31 changed files with 1394 additions and 0 deletions
13
terraform/platform/app/environments.tf
Normal file
13
terraform/platform/app/environments.tf
Normal file
|
@ -0,0 +1,13 @@
|
|||
module "app-env-prod" {
|
||||
source = "github.com/roleypoly/devops.git//terraform/modules/cluster-environment"
|
||||
|
||||
environment_tag = "production"
|
||||
app_name = "roleypoly"
|
||||
}
|
||||
|
||||
module "app-env-stage" {
|
||||
source = "github.com/roleypoly/devops.git//terraform/modules/cluster-environment"
|
||||
|
||||
environment_tag = "staging"
|
||||
app_name = "roleypoly"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue