Skip to content
Snippets Groups Projects
Verified Commit 1507dd48 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

tf-state2: Uppercase required action "Terms and Conditions"[1]

parent 66e4ee86
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ resource "keycloak_realm" "archlinux" {
resource "keycloak_required_action" "custom-terms-and-conditions" {
realm_id = "archlinux"
alias = "terms_and_conditions"
alias = "TERMS_AND_CONDITIONS"
default_action = true
enabled = true
name = "Terms and Conditions"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment