Sha256: a72c5cb240ed03f3e212956794ab1b74775091e729d31ef1a4f39cf2eeaaf9c4
Contents?: true
Size: 332 Bytes
Versions: 6
Compression:
Stored size: 332 Bytes
Contents
module TerraspacePluginAws::Interfaces module Helper include Terraspace::Plugin::Helper::Interface def aws_secret(name, options={}) Secret.new(options).fetch(name) end cache_helper :aws_secret def aws_ssm(name, options={}) SSM.new(options).fetch(name) end cache_helper :aws_ssm end end
Version data entries
6 entries across 6 versions & 1 rubygems