From b2e002acebb8b9887a2e77bdd4f073c91a3855a4 Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:26:36 +0200 Subject: [PATCH] move state k8s secret --- authentik/provider.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authentik/provider.tf b/authentik/provider.tf index bf09968..f22355a 100644 --- a/authentik/provider.tf +++ b/authentik/provider.tf @@ -1,4 +1,8 @@ terraform { + backend "kubernetes" { + secret_suffix = "authentik-state" + namespace = "authentik" + } required_providers { kubernetes = { source = "hashicorp/kubernetes"