Method: Formatron::External::Outputs#merge

Defined in:
lib/formatron/external/outputs.rb

#merge(bucket:, dependency:, configuration:) ⇒ Object



15
16
17
18
19
20
21
22
23
# File 'lib/formatron/external/outputs.rb', line 15

def merge(bucket:, dependency:, configuration:)
  @hash.merge! configuration
  @hash.merge! CloudFormation.outputs(
    aws: @aws,
    bucket: bucket,
    name: dependency,
    target: @target
  )
end