Class: Kitchen::Terraform::Command::Output

Inherits:
Object
  • Object
show all
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

Instance Method Details

#to_sString

Returns the command with flags.

Returns:

  • (String)

    the command with flags.



24
25
26
# File 'lib/kitchen/terraform/command/output.rb', line 24

def to_s
  "output -json"
end