Update variables.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 22s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 22s
This commit is contained in:
@@ -32,13 +32,13 @@ variable "vault_authentik_path" {
|
|||||||
variable "authentik_oidc_client_id_cloudflare" {
|
variable "authentik_oidc_client_id_cloudflare" {
|
||||||
description = "Client ID for Authentik"
|
description = "Client ID for Authentik"
|
||||||
type = string
|
type = string
|
||||||
sensitive = true
|
default = "exemple"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "authentik_oidc_secret_cloudflare" {
|
variable "authentik_oidc_secret_cloudflare" {
|
||||||
description = "Secret for Authentik"
|
description = "Secret for Authentik"
|
||||||
type = string
|
type = string
|
||||||
sensitive = true
|
default = "exemple"
|
||||||
}
|
}
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user