class Kitchen::Terraform::Command::Output

The outputs are retrieved by running a command like the following example:

terraform output -json

Public Instance Methods

to_s() click to toggle source

@return [String] the command with flags.

# File lib/kitchen/terraform/command/output.rb, line 24
def to_s
  "output -json"
end