infra/terraform
Maxine Aubrey 8d95d1f850
fix(dns): dnsimple expects FQDNs in CNAMEs
DNSimple doesn't appear to follow the typical behaviour of appending the
domain unless the CNAME is terminated with `.`

To avoid further problems, let's just explicilty use the FQDN for all
CNAMEs.

https://support.dnsimple.com/articles/cname-record/

For comparison:
```
;; ANSWER SECTION:
alerts.forkos.org.	300	IN	CNAME	meta01.infra.p.
```

```
;; ANSWER SECTION:
alerts.forkos.org.	181	IN	CNAME	meta01.infra.p.forkos.org.
meta01.infra.p.forkos.org. 181	IN	A	163.172.69.160
```
2024-09-24 23:11:28 +02:00
..
common.nix tf: store hydra credentials in state via numtide/secret 2024-07-07 19:18:30 +02:00
default.nix feat(dns): add dnsimple to terraform configuration 2024-09-23 19:49:21 +02:00
dnsimple.nix fix(dns): dnsimple expects FQDNs in CNAMEs 2024-09-24 23:11:28 +02:00
gandi.nix Set up tempo 2024-08-31 15:05:30 +03:00
hydra.nix terraform/hydra: more nixpkgses now 2024-08-30 21:34:30 +03:00
state.nix terraform: store state on S3 2024-07-07 18:22:41 +02:00