Sha256: 6def2b982ea653d77e0debe3fb2c8f3c886a79fc7b205bd4a74b62fd87393311
Contents?: true
Size: 251 Bytes
Versions: 9
Compression:
Stored size: 251 Bytes
Contents
module TerraspacePluginAzurerm::Interfaces module Helper include Terraspace::Plugin::Helper::Interface def azure_secret(name, options={}) Secret.new(@mod, options).fetch(name, options) end cache_helper :azure_secret end end
Version data entries
9 entries across 9 versions & 1 rubygems