Method: Itamae::Resource::Route53Record#action_create

Defined in:
lib/itamae-spec/resource/route53_record.rb

#action_createObject



49
50
51
52
53
54
55
# File 'lib/itamae-spec/resource/route53_record.rb', line 49

def action_create
  return if current.exist
  @route53.change_resource_record_sets(
    change_batch: @change_batch,
    hosted_zone_id: attributes.hosted_zone_id
  )
end