- Share a brief plan of intended infrastructure changes before editing Terraform.
- Run
terraform fmtandterraform validatein the touched Terraform stack before submitting changes. - Prefer narrowly scoped DNS changes and avoid modifying unrelated records.
terraform/modules/dns/blockstream-space.tfmanages theblockstream.spacepublic Cloud DNS zone for satellite workloads; add ACME CNAME records here when certificate validation is needed.terraform/variables.tfindexeslocal.context_variablesbyterraform.workspace; use one ofstaging|prod|testnet-prod|misc(for exampleTF_WORKSPACE=prod terraform validate) becausedefaultworkspace validation fails.