This commit is contained in:
16
variables.tf
16
variables.tf
@@ -19,6 +19,22 @@ variable "vault_cloudflare_path" {
|
|||||||
default = "secret/cloudflare"
|
default = "secret/cloudflare"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# =============================================================================
|
||||||
|
# CLOUDFLARE CONFIGURATION
|
||||||
|
# =============================================================================
|
||||||
|
|
||||||
|
variable "authentik_oidc_client_id_cloudflare" {
|
||||||
|
description = "Client ID for Authentik"
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "authentik_oidc_secret_cloudflare" {
|
||||||
|
description = "Secret for Authentik"
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# CLOUDFLARE CONFIGURATION
|
# CLOUDFLARE CONFIGURATION
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user