Method: Awspec::Generate#route53_hosted_zone

Defined in:
lib/awspec/command/generate.rb

#route53_hosted_zone(hosted_zone) ⇒ Object



26
27
28
29
# File 'lib/awspec/command/generate.rb', line 26

def route53_hosted_zone(hosted_zone)
  Awsecrets.load(profile: options[:profile], region: options[:region], secrets_path: options[:secrets_path])
  puts Awspec::Generator::Spec::Route53HostedZone.new.generate_by_domain_name(hosted_zone)
end