module Terraspace::CLI::TfcConcern
Public Instance Methods
backend()
click to toggle source
# File lib/terraspace/cli/tfc_concern.rb, line 9 def backend Terraspace::Compiler::Backend::Parser.new(@mod).result end
tfc?()
click to toggle source
# File lib/terraspace/cli/tfc_concern.rb, line 5 def tfc? !!backend["remote"] end