Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
updated seeded users
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhead committed Jun 2, 2023
1 parent 1c1f6f0 commit 8ff214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak-terraform/users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ resource "keycloak_user" "test_user6" {
first_name = "Test6"
last_name = "NOT-A-PRACTITIONER"
initial_password {
value = "password"
value = var.test_user_password
temporary = false
}
}
Expand Down

0 comments on commit 8ff214b

Please sign in to comment.