From 399ad1a9efc6a7682481029fee819502c9cca73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 21 Apr 2024 14:43:12 +0200 Subject: [PATCH] fix --- share/organisation/ci-space.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/organisation/ci-space.tf b/share/organisation/ci-space.tf index deddca6..3f76bae 100644 --- a/share/organisation/ci-space.tf +++ b/share/organisation/ci-space.tf @@ -83,7 +83,7 @@ resource "kubernetes_secret_v1" "ci-user-token-secret" { data = { url = "gitea-http.${var.domain}-ci.svc:3000" username = gitea_user.user-ci[0].username - token = resource.gitea_token.ci-user-token.token + token = resource.gitea_token.ci-user-token[0].token } }