module TerraspacePluginAws::Interfaces::Helper
Public Instance Methods
aws_secret(name, options={})
click to toggle source
# File lib/terraspace_plugin_aws/interfaces/helper.rb, line 5 def aws_secret(name, options={}) Secret.new(options).fetch(name) end
aws_ssm(name, options={})
click to toggle source
# File lib/terraspace_plugin_aws/interfaces/helper.rb, line 10 def aws_ssm(name, options={}) SSM.new(options).fetch(name) end