fix: update pipelines

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-18 11:14:33 +01:00
parent 8ab8656b5c
commit c081f5f7bd
2 changed files with 51 additions and 19 deletions

View file

@ -9,7 +9,13 @@ on:
default: true
required: true
logLevel:
res_prefix:
description: "resource name prefix"
type: string
default: 'tf-acc-'
required: true
log_level:
description: 'Log Level'
required: true
default: 'warning'
@ -18,6 +24,7 @@ on:
- info
- warning
- debug
- error
jobs:
clean:
@ -32,6 +39,7 @@ jobs:
with:
project_id: ${{ vars.TF_ACC_PROJECT_ID }}
region: 'eu01'
tf_resource_prefix: 'tf-acc-'
tf_resource_prefix: ${{ inputs.res_prefix }}
service_account_json_content_b64: "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON_B64 }}"
list_only: ${{ inputs.list_only }}
log_level: ${{ inputs.log_level }}