module Terradactyl::Terraform::Subcommands::Upgrade

Public Instance Methods

defaults() click to toggle source
# File lib/terradactyl/commands.rb, line 7
def defaults
  {
    'yes' => false
  }
end
switches() click to toggle source
# File lib/terradactyl/commands.rb, line 13
def switches
  %w[
    yes
  ]
end