Class: Kitchen::Terraform::Command::Get

Inherits:
Object
  • Object
show all
Defined in:
lib/kitchen/terraform/command/get.rb

Overview

The dependency modules are updated by running a command like the following example:

terraform get -update <directory>

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns the command with flags.

Returns:

  • (String)

    the command with flags.



26
27
28
# File 'lib/kitchen/terraform/command/get.rb', line 26

def to_s
  "get -update"
end