feat: more_tests #85
1 changed files with 5 additions and 0 deletions
5
.github/workflows/tf-acc-test.yaml
vendored
5
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -15,6 +15,10 @@ on:
|
|||
description: "enable terraform debug logs"
|
||||
default: 'false'
|
||||
required: true
|
||||
test_timeout_string:
|
||||
description: "string that determines the timeout (default: 45m)"
|
||||
default: '90m'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
acc_test:
|
||||
|
|
@ -37,4 +41,5 @@ jobs:
|
|||
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 }}
|
||||
test_timeout_string: ${{ inputs.test_timeout_string }}
|
||||
# service_account_json_file_path: "~/service_account.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue