Got rid of authentik secret
This commit is contained in:
@@ -8,6 +8,6 @@ terraform {
|
||||
}
|
||||
|
||||
provider "authentik" {
|
||||
url = "https://idm.hexor.cy"
|
||||
token = "qXcuoCg77JaRgqnU6rqIIBa8MBJ4UNyLPTL89dZI8zeC2jfaWqQ7k56BJs8F"
|
||||
url = var.authentik_url
|
||||
token = var.authentik_token
|
||||
}
|
||||
Reference in New Issue
Block a user