We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d6151 commit 9f5bd8aCopy full SHA for 9f5bd8a
src/ops/cli/terraform.py
@@ -261,6 +261,8 @@ def run(self, args):
261
262
elif args.subcommand == 'destroy':
263
generate_module_templates = True
264
+ remove_local_cache = ''
265
+
266
if self.ops_config['terraform.remove_local_cache']:
267
remove_local_cache = 'rm -rf .terraform && '
268
cmd = "cd {root_dir}/{terraform_path} && " \
0 commit comments