Class: RubyTerraform::Commands::WorkspaceList
- Includes:
- Options::Global
- Defined in:
- lib/ruby_terraform/commands/workspace_list.rb
Overview
Wraps the terraform workspace list command which lists workspaces.
For options accepted on construction, see Base#initialize.
When executing an instance of WorkspaceList via Base#execute, the following options are supported:
-
:directory
: the path to a directory containing terraform configuration (deprecated in terraform 0.14, removed in terraform 0.15, use:chdir
instead). -
:chdir
: the path of a working directory to switch to before executing the given subcommand.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from RubyTerraform::Commands::Base