Never mind! I just saw it! `aws.route53.getZone()` I'm looking up the zone with the name, which give...
a
Never mind! I just saw it!
aws.route53.getZone()
I'm looking up the zone with the name, which gives me the zone ID that I can then use in
aws.route53.Zone.get()
to instantiate the resource.
🙌 1