1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 17:06:10 +02:00
infrastructure/tf-stage2/versions.tf
Evangelos Foutras 2b9e29ca2e
tf-stage2: update keycloak provider to 3.8.1
OpenID clients:
- 'use_refresh_tokens' set to false to preserve the values on live
- 'backchannel_logout_session_required' implicitly changed to true
  for the 'grafana_openid_client' and 'openid_gitlab' clients

SAML client (GitLab):
- 'front_channel_logout' set to false to preserve the live setting
2022-05-10 14:44:13 +03:00

15 lines
250 B
HCL

terraform {
required_providers {
external = {
source = "hashicorp/external"
}
keycloak = {
source = "mrparkers/keycloak"
}
uptimerobot = {
source = "louy/uptimerobot"
}
}
required_version = ">= 0.13"
}