Skip to content

Commit

Permalink
input variables force unlock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juandiegopalomino committed May 9, 2022
1 parent 4b36268 commit 9ac1dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opta/commands/force_unlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def force_unlock(
if local:
config = local_setup(config, input_variables=var)
amplitude_client.send_event(amplitude_client.FORCE_UNLOCK_EVENT)
layer = Layer.load_from_yaml(config, env)
layer = Layer.load_from_yaml(config, env, input_variables=var)
layer.verify_cloud_credentials()
modules = Terraform.get_existing_modules(layer)
layer.modules = [x for x in layer.modules if x.name in modules]
Expand Down

0 comments on commit 9ac1dba

Please sign in to comment.