From 310f78c2f4921089bfb90011a244b71df403129e Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 24 Jul 2024 21:56:21 -0400 Subject: Refactor converge.rs to make the overall flow clearer. This entails moving a bunch of things into more appropriate modules, as well. --- src/route53.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/route53.rs') diff --git a/src/route53.rs b/src/route53.rs index cf7277d..c89e699 100644 --- a/src/route53.rs +++ b/src/route53.rs @@ -49,7 +49,7 @@ where zone.ok_or(anyhow!("No Route53 zone found for DNS suffix: {}", name)) } -pub async fn zone_suffix_recordsets( +pub async fn host_recordsets( aws_context: &C, zone_id: &str, dns_name: &Name, -- cgit v1.2.3