chore: merge main into alpha #89

Open
marcel.henselin wants to merge 21 commits from main into alpha
Showing only changes of commit 97645d7a66 - Show all commits

View file

@ -13,10 +13,12 @@ on:
inputs:
enable_debug:
description: "enable terraform debug logs"
default: 'false'
type: boolean
default: false
required: true
test_timeout_string:
description: "string that determines the timeout (default: 45m)"
type: string
default: '90m'
required: true
@ -57,4 +59,3 @@ jobs:
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_service_account: ${{ vars.TF_ACC_KEK_SERVICE_ACCOUNT }}
tf_debug: ${{ inputs.enable_debug }}