Commit Graph

4 Commits

Author SHA1 Message Date
f2bc058e20 Rename to make even easier to track. 2023-08-09 09:10:33 -05:00
ace9806e76 Split out record files to be domain specific, remove jitsi domain.
This doesn't solve my API limit problem but makes editing and viewing
current state in terraform much easier.
2023-08-09 09:08:43 -05:00
f83ec22eb8 Move to using DO:Spaces as state backend.
- Update provider.tf to include details about the backend
- Include AWS PROFILE export in env creds
- Update readme.
2023-08-06 20:41:36 -05:00
9046da30d9 Manage DO domains in Terraform!!
This is a nice step forward, for me. But there are some challenges
here I need to fix.

The first, and biggest one, is that DO rate limits API requests per
minute to ~250. If I'm doing even a small amount of changes and
iterating a lot I will run into issues with that just due to recrods;
each record pull appears to be its OWN CALL. God.

With that in mind, an easy next step seems like splitting the domain
management into their own submodules to prevent unnecessary calls.

For now, i'm just happy to have this managed in code :).
2023-07-30 09:37:11 -05:00