fix
This commit is contained in:
@@ -87,3 +87,13 @@ data "kubernetes_secret_v1" "mongos" {
|
||||
namespace = "${var.mongo[count.index].namespace}"
|
||||
}
|
||||
}
|
||||
|
||||
provider "restapi" {
|
||||
uri = "http://authentik.${var.domain}-auth.svc/api/v3/"
|
||||
headers = local.request_headers
|
||||
create_method = "PATCH"
|
||||
update_method = "PATCH"
|
||||
destroy_method = "PATCH"
|
||||
write_returns_object = true
|
||||
id_attribute = "name"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user