lib/terraspace/cli/init.rb in terraspace-1.1.7 vs lib/terraspace/cli/init.rb in terraspace-2.0.0

- old
+ new

@@ -63,10 +63,10 @@ def local_source?(s) s =~ %r{^\.} || s =~ %r{^/} end def auto_init? - # terraspace commands not terraform commands. included some extra terraform commands here in case terrapace adds those later + # terraspace commands not terraform commands. included some extra terraform commands here in case terraspace adds those later commands = %w[all apply console down output plan providers refresh show state up validate] commands.include?(calling_command) end def run_init?