Remove workspace var. can be replaced with internal variable terraform.workspace
This commit is contained in:
parent
c97850e916
commit
225b116df0
1 changed files with 0 additions and 1 deletions
1
atmos.py
1
atmos.py
|
|
@ -34,7 +34,6 @@ def determine_actions(args, params):
|
|||
|
||||
if (args.command in env_actions) and not (args.n): # Append with env context
|
||||
cmd = cmd + ' -var-file=vars/{env}.tfvars'.format(env=workspace_vars)
|
||||
cmd = cmd + ' -var "workspace={env}"'.format(env=workspace)
|
||||
|
||||
for param in params: # Pass terraform params directly through
|
||||
cmd = cmd + ' ' + param
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue