Skip to content

Commit f61e391

Browse files
authored
Add TELEPORT_VERSION input to iac.yml (#398)
1 parent c6c22eb commit f61e391

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/iac.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ on:
3838
type: string
3939
default: ''
4040
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
4146
TERRAGRUNT_EXCLUDE_DIR:
4247
required: false
4348
type: string
@@ -189,6 +194,7 @@ jobs:
189194
PROXY_URL: ${{ inputs.TELEPORT_PROXY_URL }}
190195
with:
191196
TELEPORT_APP: ${{ inputs.TELEPORT_APP }}
197+
TELEPORT_VERSION: ${{ inputs.TELEPORT_VERSION }}
192198

193199
- name: Configure Vault
194200
if: inputs.TELEPORT_APP != ''

0 commit comments

Comments
 (0)