Class: RubyTerraform::Commands::ProvidersSchema
- Includes:
- Options::Global
- Defined in:
- lib/ruby_terraform/commands/providers_schema.rb
Overview
Wraps the terraform providers schema command which prints out a json representation of the schemas for all providers used in the current configuration.
For options accepted on construction, see Base#initialize.
When executing an instance of ProvidersSchema via Base#execute, the following options are supported:
-
: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