add emo instance for actual budget [ci skip]
This commit is contained in:
parent
a1fd715e4d
commit
b30bab8bd7
3 changed files with 12 additions and 0 deletions
|
|
@ -48,3 +48,15 @@ module "anca" {
|
||||||
budget_encryption_password = lookup(var.credentials["anca"], "password", null)
|
budget_encryption_password = lookup(var.credentials["anca"], "password", null)
|
||||||
sync_id = lookup(var.credentials["anca"], "sync_id", null)
|
sync_id = lookup(var.credentials["anca"], "sync_id", null)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# https://budget-emo.viktorbarzin.me/
|
||||||
|
module "emo" {
|
||||||
|
source = "./factory"
|
||||||
|
name = "emo"
|
||||||
|
tag = "edge"
|
||||||
|
tls_secret_name = var.tls_secret_name
|
||||||
|
depends_on = [kubernetes_namespace.actualbudget]
|
||||||
|
tier = var.tier
|
||||||
|
budget_encryption_password = lookup(var.credentials["emo"], "password", null)
|
||||||
|
sync_id = lookup(var.credentials["emo"], "sync_id", null)
|
||||||
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue