Class: Kitchen::Terraform::Command::Output
- Inherits:
-
Object
- Object
- Kitchen::Terraform::Command::Output
- Defined in:
- lib/kitchen/terraform/command/output.rb
Overview
The outputs are retrieved by running a command like the following example:
terraform output -json
Instance Method Summary collapse
-
#to_s ⇒ String
The command with flags.
Instance Method Details
#to_s ⇒ String
Returns the command with flags.
24 25 26 |
# File 'lib/kitchen/terraform/command/output.rb', line 24 def to_s "output -json" end |