class Kitchen::Terraform::Command::Get
The dependency modules are updated by running a command like the following example:
terraform get -update <directory>
Public Instance Methods
to_s()
click to toggle source
@return [String] the command with flags.
# File lib/kitchen/terraform/command/get.rb, line 26 def to_s "get -update" end