fix: update pipelines
[skip ci]
This commit is contained in:
parent
e974ccf906
commit
63435e5e63
1 changed files with 13 additions and 1 deletions
14
.github/workflows/clean_up.yaml
vendored
14
.github/workflows/clean_up.yaml
vendored
|
|
@ -5,9 +5,20 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
list_only:
|
list_only:
|
||||||
description: "only list resources"
|
description: "only list resources"
|
||||||
default: 'true'
|
type: boolean
|
||||||
|
default: true
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
logLevel:
|
||||||
|
description: 'Log Level'
|
||||||
|
required: true
|
||||||
|
default: 'warning'
|
||||||
|
type: choice
|
||||||
|
options:
|
||||||
|
- info
|
||||||
|
- warning
|
||||||
|
- debug
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clean:
|
clean:
|
||||||
name: Clean up
|
name: Clean up
|
||||||
|
|
@ -23,3 +34,4 @@ jobs:
|
||||||
region: 'eu01'
|
region: 'eu01'
|
||||||
tf_resource_prefix: 'tf-acc-'
|
tf_resource_prefix: 'tf-acc-'
|
||||||
service_account_json_content_b64: "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON_B64 }}"
|
service_account_json_content_b64: "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON_B64 }}"
|
||||||
|
list_only: ${{ inputs.list_only }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue