chore: merge main into alpha #89

Merged
marcel.henselin merged 26 commits from main into alpha 2026-03-25 09:25:59 +00:00
Showing only changes of commit 63435e5e63 - Show all commits

View file

@ -5,9 +5,20 @@ on:
inputs:
list_only:
description: "only list resources"
default: 'true'
type: boolean
default: true
required: true
logLevel:
description: 'Log Level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
jobs:
clean:
name: Clean up
@ -23,3 +34,4 @@ jobs:
region: 'eu01'
tf_resource_prefix: 'tf-acc-'
service_account_json_content_b64: "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON_B64 }}"
list_only: ${{ inputs.list_only }}