As a user, I'd like to be able to configure my Datum DNS Zone record sets using datumctl.
Acceptance Criteria
I can configure a datum DNS zone's record sets using datumctl, idempotently.
Envisioned, valid methods:
- pumping a YAML file into datumctl via catpipe
- argumentation to datumctl on the command line
The solution must be plaintext, shell based, and noninteractive.
Out of scope:
- Any HOWTO that demands I add a new piece of kit to my personal stack (flux, terraform)
- Supporting Terraform and Flux. They're cool, but they're outside the scope of this ER.
- Issue for IaC Operator solution is https://github.com/datum-cloud/infra/issues/1444
As a user, I'd like to be able to configure my Datum DNS Zone record sets using datumctl.
Acceptance Criteria
I can configure a datum DNS zone's record sets using datumctl, idempotently.
Envisioned, valid methods:
The solution must be plaintext, shell based, and noninteractive.
Out of scope: