From 35564ad41cfbda2b2a698061a2134956736744c9 Mon Sep 17 00:00:00 2001 From: Aria Date: Tue, 12 Dec 2023 02:03:58 +0000 Subject: delete some old stuff --- tardis-new/asdf.tf | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tardis-new/asdf.tf (limited to 'tardis-new/asdf.tf') diff --git a/tardis-new/asdf.tf b/tardis-new/asdf.tf deleted file mode 100644 index 40bad49..0000000 --- a/tardis-new/asdf.tf +++ /dev/null @@ -1,24 +0,0 @@ -terraform { - required_providers { - authentik = { - source = "goauthentik/authentik" - version = "2023.8.0" - } - } -} - -provider "authentik" { - url = "http://localhost:9000" - token = "pzWOnE9J6OOyVLqFYzeiQRV0CV4zhN7dqcmzuA8Da3x9Xywch4tHp2DrfLSs" -} - -resource "authentik_provider_oauth2" "name" { - name = "grafana" - client_id = "grafana" - authorization_flow = "60ee931d-8266-4b40-8b3b-3f1f4ed77e17" -} - -output "grafana_client_secret" { - value = authentik_provider_oauth2.name.client_secret - sensitive = true -} -- cgit v1.2.3