module Terradactyl::Commands::Rev014

Public Class Methods

upgradeable?() click to toggle source
# File lib/terradactyl/commands.rb, line 361
def upgradeable?
  false
end

Private Instance Methods

parser() click to toggle source
# File lib/terradactyl/commands.rb, line 370
def parser
  Terraform::Rev014::PlanFileParser
end