You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setenv.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
parser.add('--vault-role-id-name', default='TF_VAR_vault_role_id', help='Name of the environment variable for Vault role ID, defaults to "TF_VAR_vault_role_id"')
27
27
parser.add('--vault-secret-id-name', default='TF_VAR_vault_secret_id', help='Name of the environment variable for Vault secret ID, defaults to "TF_VAR_vault_secret_id"')
28
28
parser.add('--vault-secret-id-cidr', default=None, help='CIDR to use for Vault secret ID, defaults to the IP address from --myip-url with /32 suffix')
29
-
parser.add('--wait-time', type=int, default=60, help='Time to wait in seconds after Azure credentials have been validated, defaults to 60')
29
+
parser.add('--wait-time', default='60', help='Time to wait in seconds after Azure credentials have been validated, defaults to 60')
30
30
parser.add('--cache', action='store_true', help='Cache/ use cached credentials')
31
31
parser.add('--cache-file', help='Path and name to cache file, defaults to /tmp/{repo_name}_{workflow_name}.cache.json when running in atlantis, or /tmp/{current_workdir}.cache.json when running from shell')
32
32
parser.add('--secret', action='store_true', help='Every key/value pair in vault applications "setenv" secret is added to env vars')
0 commit comments