module Terradactyl::Commands::Rev015

Public Class Methods

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

Private Instance Methods

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