Skip to content

Commit

Permalink
route53-ext(globalaccelerator): Correct documentation
Browse files Browse the repository at this point in the history
Follow-up :70e8b319f1f2baa0137b8d2d2a15d1f409ef71d6
Follow-up: #87
  • Loading branch information
sorah committed Jun 9, 2020
1 parent 70e8b31 commit d9203c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/roadworker/route53-ext.rb
Expand Up @@ -269,9 +269,9 @@ def vpce_dns_name_to_alias_target(name, region, hosted_zone_id)
end

def globalaccelerator_dns_name_to_alias_target(name)
# https://docs.aws.amazon.com/ja_jp/general/latest/gr/global_accelerator.html
# https://docs.aws.amazon.com/Route53/latest/APIReference/API_AliasTarget.html
{
:hosted_zone_id => 'Z2BJ6XQ5FK7U4H', # us-west-2
:hosted_zone_id => 'Z2BJ6XQ5FK7U4H',
:dns_name => name,
:evaluate_target_health => false, # XXX:
}
Expand Down

1 comment on commit d9203c4

@itkq
Copy link
Contributor

@itkq itkq commented on d9203c4 Jun 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for following up

Please sign in to comment.