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 97645d7a66 - Show all commits

View file

@ -13,10 +13,12 @@ on:
inputs: inputs:
enable_debug: enable_debug:
description: "enable terraform debug logs" description: "enable terraform debug logs"
default: 'false' type: boolean
default: false
required: true required: true
test_timeout_string: test_timeout_string:
description: "string that determines the timeout (default: 45m)" description: "string that determines the timeout (default: 45m)"
type: string
default: '90m' default: '90m'
required: true required: true
@ -57,4 +59,3 @@ jobs:
tf_acc_kek_key_ring_id: ${{ vars.TF_ACC_KEK_KEY_RING_ID }} tf_acc_kek_key_ring_id: ${{ vars.TF_ACC_KEK_KEY_RING_ID }}
tf_acc_kek_key_version: ${{ vars.TF_ACC_KEK_KEY_VERSION }} tf_acc_kek_key_version: ${{ vars.TF_ACC_KEK_KEY_VERSION }}
tf_acc_kek_service_account: ${{ vars.TF_ACC_KEK_SERVICE_ACCOUNT }} tf_acc_kek_service_account: ${{ vars.TF_ACC_KEK_SERVICE_ACCOUNT }}
tf_debug: ${{ inputs.enable_debug }}