Files
kydah-modules/application/providers.tf
2024-01-10 13:23:08 +01:00

9 lines
135 B
HCL

terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "~> 2023.5.0"
}
}
}