We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c22eb commit f61e391Copy full SHA for f61e391
.github/workflows/iac.yml
@@ -38,6 +38,11 @@ on:
38
type: string
39
default: ''
40
description: An app registered on teleport to authenticate using proxy
41
+ TELEPORT_VERSION:
42
+ required: false
43
+ type: string
44
+ default: '18.1.4'
45
+ description: Teleport version of the client authenticating with proxy
46
TERRAGRUNT_EXCLUDE_DIR:
47
required: false
48
@@ -189,6 +194,7 @@ jobs:
189
194
PROXY_URL: ${{ inputs.TELEPORT_PROXY_URL }}
190
195
with:
191
196
TELEPORT_APP: ${{ inputs.TELEPORT_APP }}
197
+ TELEPORT_VERSION: ${{ inputs.TELEPORT_VERSION }}
192
198
193
199
- name: Configure Vault
200
if: inputs.TELEPORT_APP != ''
0 commit comments