move state k8s secret
This commit is contained in:
parent
faad325820
commit
b2e002aceb
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
terraform {
|
terraform {
|
||||||
|
backend "kubernetes" {
|
||||||
|
secret_suffix = "authentik-state"
|
||||||
|
namespace = "authentik"
|
||||||
|
}
|
||||||
required_providers {
|
required_providers {
|
||||||
kubernetes = {
|
kubernetes = {
|
||||||
source = "hashicorp/kubernetes"
|
source = "hashicorp/kubernetes"
|
||||||
|
|
Loading…
Add table
Reference in a new issue