Module: Terradactyl::Terraform::Rev015::Destroy

Instance Method Summary collapse

Instance Method Details

#argumentsObject



47
48
49
# File 'lib/terradactyl/terraform/commands/destroy.rb', line 47

def arguments
  super.reject { |k, _v| k == 'force' }
end

#defaultsObject



39
40
41
# File 'lib/terradactyl/terraform/commands/destroy.rb', line 39

def defaults
  super.reject { |k, _v| k == 'force' }
end

#switchesObject



43
44
45
# File 'lib/terradactyl/terraform/commands/destroy.rb', line 43

def switches
  super.reject { |e| e == 'force' }
end