mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Compare commits
20 Commits
9e6e9bd147
...
46da80161a
| Author | SHA1 | Date | |
|---|---|---|---|
| 46da80161a | |||
| 337f1f573c | |||
| 6d3ca1edb3 | |||
| d300e27f9e | |||
| 06b3f73d8d | |||
| be6e459be5 | |||
| fe60e4d672 | |||
| 21e645a72c | |||
| 13c30fa900 | |||
| 4d3492c94a | |||
| a045a6593e | |||
| 7ade4e335c | |||
| 250b5ec5a0 | |||
| 525490ac84 | |||
| cce724f9d7 | |||
| e9abf54677 | |||
| 0d510e4941 | |||
| 2ee2d36f16 | |||
| 16878eec71 | |||
| 4e36161371 |
@ -1,6 +1,6 @@
|
||||
name: IAC
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
workflow_dispatch:
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"secrets": [
|
||||
{
|
||||
"name": "iac.opentofu.consul.secrets",
|
||||
"name": "iac.opentofu.consul.secrets",
|
||||
"type": "note",
|
||||
"output": "../secrets/secrets/consul.secrets.tfvars"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user