Class: Kitchen::Terraform::Command::Get
- Inherits:
-
Object
- Object
- Kitchen::Terraform::Command::Get
- 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
-
#to_s ⇒ String
The command with flags.
Instance Method Details
#to_s ⇒ String
Returns the command with flags.
26 27 28 |
# File 'lib/kitchen/terraform/command/get.rb', line 26 def to_s "get -update" end |