module Terraspace::Compiler::Dsl::Syntax::Tfvar::Common
Public Instance Methods
tfvar(name, value)
click to toggle source
# File lib/terraspace/compiler/dsl/syntax/tfvar/common.rb, line 3 def tfvar(name, value) @structure[name] = value end