Module: Terraspace::Compiler::Dsl::Syntax::Tfvar::Common
- Defined in:
- lib/terraspace/compiler/dsl/syntax/tfvar/common.rb
Instance Method Summary collapse
Instance Method Details
#tfvar(name, value) ⇒ Object
3 4 5 |
# File 'lib/terraspace/compiler/dsl/syntax/tfvar/common.rb', line 3 def tfvar(name, value) @structure[name] = value end |