Sha256: 4fa23bd5b2dcd2753482dc728303452b26a7c4dc6795966dbbfe4c6273757172
Contents?: true
Size: 304 Bytes
Versions: 15
Compression:
Stored size: 304 Bytes
Contents
module Terraspace::Plugin::Expander module Friendly # used by # Terraspace::Compiler::Strategy::Tfvar::Layer # Terraspace::Plugin::Expander::Interface def friendly_name(name) return '' if name.nil? Terraspace.config.layering.names[name.to_sym] || name end end end
Version data entries
15 entries across 15 versions & 1 rubygems