Sha256: 26c46cfb8a97e9faecb91c5d861ac6f657d6c461db97b06e5e45d8c203549da0

Contents?: true

Size: 344 Bytes

Versions: 10

Compression:

Stored size: 344 Bytes

Contents

module TerraspacePluginAws::Interfaces
  module Helper
    include Terraspace::Plugin::Helper::Interface

    def aws_secret(name, options={})
      Secret.new(@mod, options).fetch(name)
    end
    cache_helper :aws_secret

    def aws_ssm(name, options={})
      SSM.new(@mod, options).fetch(name)
    end
    cache_helper :aws_ssm
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
terraspace_plugin_aws-0.6.1 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.6.0 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.5.1 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.5.0 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.4.2 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.4.1 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.4.0 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.3.8 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.3.7 lib/terraspace_plugin_aws/interfaces/helper.rb
terraspace_plugin_aws-0.3.6 lib/terraspace_plugin_aws/interfaces/helper.rb