mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-28 08:02:33 +00:00
Merge pull request '[deploy-opentofu]' (#277) from fenix-admin into dev
Reviewed-on: fenix-gitea-admin/iac-opentofu-private#277
This commit is contained in:
@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
unzip \
|
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 \
|
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 \
|
&& unzip /tmp/bw.zip -d /usr/local/bin \
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"secrets": [
|
"secrets": [
|
||||||
{
|
{
|
||||||
"name": "iac.opentofu.consul.secrets",
|
"name": "iac.opentofu.consul.secrets",
|
||||||
"type": "note",
|
"type": "note",
|
||||||
"output": "../secrets/secrets/consul.secrets.tfvars"
|
"output": "../secrets/secrets/consul.secrets.tfvars"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user