From 288205e302d9f6afa06b8602184e983d2080a5b6 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 17 Oct 2023 21:17:55 -0400 Subject: CLI tool for updating Route53 DNS for an ASG. --- src/lib.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/lib.rs (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..ccfa2ac --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,10 @@ +pub mod apply; +mod autoscaling; +pub mod aws_context; +pub mod converge; +mod dns; +mod ec2; +mod hashable; +pub mod result; +mod route53; +mod single; -- cgit v1.2.3