Module: Terradactyl::Terraform::Rev012::Validate
- Defined in:
- lib/terradactyl/terraform/commands/validate.rb
Instance Method Summary collapse
Instance Method Details
#defaults ⇒ Object
26 27 28 29 30 31 |
# File 'lib/terradactyl/terraform/commands/validate.rb', line 26 def defaults { 'no-color' => nil, 'json' => nil } end |
#switches ⇒ Object
33 34 35 36 37 38 |
# File 'lib/terradactyl/terraform/commands/validate.rb', line 33 def switches %w[ no-color json ] end |