From 6d3ca1edb358991885c92177d2381fd82b7ddf43 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sat, 11 Oct 2025 21:19:21 +0000 Subject: [PATCH 1/2] [deploy-opentofu] --- documentation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Dockerfile b/documentation/Dockerfile index 23b7f71..8ad1a00 100644 --- a/documentation/Dockerfile +++ b/documentation/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \ nodejs \ npm \ unzip \ - && rm -rf /var/lib/apt/lists/* + && rm -rf /var/lib/apt/lists/* RUN curl -L -o /tmp/bw.zip https://github.com/bitwarden/cli/releases/download/v1.22.1/bw-linux-1.22.1.zip \ && unzip /tmp/bw.zip -d /usr/local/bin \ From 46da80161a0cff2086863e216876ac08a1c74f34 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sat, 11 Oct 2025 21:22:48 +0000 Subject: [PATCH 2/2] [deploy-opentofu] --- secrets/vault-secrets-map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secrets/vault-secrets-map.json b/secrets/vault-secrets-map.json index c9df379..cf9f79a 100644 --- a/secrets/vault-secrets-map.json +++ b/secrets/vault-secrets-map.json @@ -1,7 +1,7 @@ { "secrets": [ { - "name": "iac.opentofu.consul.secrets", + "name": "iac.opentofu.consul.secrets", "type": "note", "output": "../secrets/secrets/consul.secrets.tfvars" },