mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: reuse loadbalancer for ingress
This commit is contained in:
parent
9e528c9b7b
commit
da1b4c9082
8 changed files with 65 additions and 10 deletions
11
variables.tf
11
variables.tf
|
|
@ -9,6 +9,13 @@ variable "hcloud_ccm_token" {
|
|||
}
|
||||
|
||||
variable "github_token" {
|
||||
type = string
|
||||
sensitive = true
|
||||
description = "Github Personal Access Token that is used by Terraform"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "github_token_flux_notifications" {
|
||||
description = "GH PAT used by flux for notifications"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue