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: src/stacks/cmd/preinit.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ def preinit(ctx):
15
15
"stacks_subenvironment": ctx.subenvor"",
16
16
"stacks_instance": ctx.instanceor"",
17
17
"stacks_environments": {
18
-
item.name: helpers.hcl2_read([item.joinpath("env.tfvars")]) # TODO: replace 'env.tfvars' with '*.tfvars' after all stacks have been upgraded to v2
18
+
item.name: helpers.hcl2_read([item.joinpath("env.tfvars")], must_decrypt=False) # TODO: replace 'env.tfvars' with '*.tfvars' after all stacks have been upgraded to v2
0 commit comments