From 0c0b685396cc551d189c7714d3911acf2965c3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 23 Jun 2024 15:41:33 +0200 Subject: [PATCH] fix --- share/organisation/gitea-user.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/organisation/gitea-user.tf b/share/organisation/gitea-user.tf index c8e0626..482fc9d 100644 --- a/share/organisation/gitea-user.tf +++ b/share/organisation/gitea-user.tf @@ -93,7 +93,7 @@ resource "gitea_user" "user-ci" { login_name = "${var.instance}-ci" password = local.ci-user-password email = "${var.instance}-ci@${var.domain_name}" - must_change_password = true + must_change_password = false } resource "gitea_public_key" "user-ci-keys" {