initial commit
This commit is contained in:
commit
a236d3a0a6
8 changed files with 216 additions and 0 deletions
15
authentik/provider.tf
Normal file
15
authentik/provider.tf
Normal file
|
@ -0,0 +1,15 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
kubernetes = {
|
||||
source = "hashicorp/kubernetes"
|
||||
version = "2.31.0"
|
||||
}
|
||||
authentik = {
|
||||
source = "goauthentik/authentik"
|
||||
version = "2024.6.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
provider "authentik" {}
|
||||
provider "kubernetes" {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue