add acls to tailnet and limit who can access what[ci skip]
This commit is contained in:
parent
f1385357f9
commit
89ca8cf989
3 changed files with 120 additions and 0 deletions
2
main.tf
2
main.tf
|
|
@ -57,6 +57,7 @@ variable "finance_app_graphql_api_secret" {}
|
|||
variable "finance_app_gocardless_secret_key" {}
|
||||
variable "finance_app_gocardless_secret_id" {}
|
||||
variable "headscale_config" {}
|
||||
variable "headscale_acl" {}
|
||||
variable "immich_postgresql_password" {}
|
||||
variable "ingress_honeypotapikey" {}
|
||||
variable "ingress_crowdsec_api_key" {}
|
||||
|
|
@ -328,6 +329,7 @@ module "kubernetes_cluster" {
|
|||
finance_app_gocardless_secret_id = var.finance_app_gocardless_secret_id
|
||||
|
||||
headscale_config = var.headscale_config
|
||||
headscale_acl = var.headscale_acl
|
||||
|
||||
immich_postgresql_password = var.immich_postgresql_password
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue