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: [:profile], region: [:region], secrets_path: [:secrets_path]) puts Awspec::Generator::Spec::Route53HostedZone.new.generate_by_domain_name(hosted_zone) end |