diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 677f0b7..f5ffd80 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -175,6 +175,8 @@ jobs: VAR_FILES="" for f in ../secrets/secrets/*.tfvars; do VAR_FILES="$VAR_FILES -var-file=$f" + + cat $f done tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt diff --git a/secrets/vault-secrets-map.json b/secrets/vault-secrets-map.json index 3718f11..8e101d1 100644 --- a/secrets/vault-secrets-map.json +++ b/secrets/vault-secrets-map.json @@ -12,7 +12,7 @@ }, { "name": "iac.opentofu.vaultwarden.secrets", - "type": "attachment", + "type": "note", "output": "../secrets/secrets/vaultwarden.secrets.tfvars" } ]