diff --git a/stacks/actualbudget/factory/main.tf b/stacks/actualbudget/factory/main.tf index 554a780f..1693ba5c 100644 --- a/stacks/actualbudget/factory/main.tf +++ b/stacks/actualbudget/factory/main.tf @@ -9,8 +9,8 @@ variable "sync_id" { default = null # If not passed, we won't run banksync } variable "budget_encryption_password" { - type = string - default = null # If not passed, we won't run banksync ;known after initial installation + type = string + default = null # If not passed, we won't run banksync ;known after initial installation sensitive = true } variable "nfs_server" { type = string } @@ -102,11 +102,11 @@ resource "kubernetes_service" "actualbudget" { } module "ingress" { - source = "../../../modules/kubernetes/ingress_factory" - namespace = "actualbudget" - name = "budget-${var.name}" - tls_secret_name = var.tls_secret_name - rybbit_site_id = "3e6b6b68088a" + source = "../../../modules/kubernetes/ingress_factory" + namespace = "actualbudget" + name = "budget-${var.name}" + tls_secret_name = var.tls_secret_name + rybbit_site_id = "3e6b6b68088a" extra_annotations = var.homepage_annotations } diff --git a/stacks/actualbudget/providers.tf b/stacks/actualbudget/providers.tf index 7b5cc7b8..4cd042f5 100644 --- a/stacks/actualbudget/providers.tf +++ b/stacks/actualbudget/providers.tf @@ -1,7 +1,7 @@ # Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa variable "kube_config_path" { - type = string - default = "~/.kube/config" + type = string + default = "~/.kube/config" sensitive = true } diff --git a/stacks/grampsweb/providers.tf b/stacks/grampsweb/providers.tf index 7b5cc7b8..4cd042f5 100644 --- a/stacks/grampsweb/providers.tf +++ b/stacks/grampsweb/providers.tf @@ -1,7 +1,7 @@ # Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa variable "kube_config_path" { - type = string - default = "~/.kube/config" + type = string + default = "~/.kube/config" sensitive = true }