Commit Graph

8 Commits

Author SHA1 Message Date
Joey Hafner
bb337129f0
#3 Rotate Gitea runner key, re-encrypt all keys
Some checks are pending
Stacks CICD / Setup (push) Waiting to run
Also removes git-crypt encryption from all remaining secrets.
2024-08-29 14:29:51 -07:00
Joey Hafner
754ac9a5a2
Document recovering from lost TF state, or initializing Terraform for existing CF zones. 2024-08-28 13:13:43 -07:00
Joey Hafner
ac009d0860
Commit rotated API token for Terraform to manage Cloudflare DNS records 2024-08-28 13:13:15 -07:00
Joey Hafner
3ea5a4086f
Remove unused data sources 2024-08-28 13:12:14 -07:00
Joey Hafner
99d724fac0
Fix newline character suffixing A-records 2024-08-28 13:11:54 -07:00
Joey Hafner
5414ba0a11
Switch root dns to use IP of execution environment 2024-08-27 21:00:48 -07:00
Joey Hafner
c5231f1311
#5 Init Terraform Cloudflare DNS IaC
- Import existing records via cf-terraforming utility
- Rename resources to human-readable names
- Move aws and cloudflare terraform roots to their own directories
2024-08-15 15:04:13 -07:00
Joey Hafner
4a6f6c3d79
Init k3s cluster with Terraform-provisioned AWS S3 bucket for Jafner.dev
- Add Terraform statefiles to gitignore
    - Add *.secret.yml to gitignore for k8s secrets manifests
- Init the "sellswords" directory for Terraform code interacting with public cloud providers.
    - Provision S3 bucket "Jafner-dev" to store static site files.
    - Describe CORS and access policies to apply to the bucket.
    - Throw in a budget to prevent nasty surprises.
- Init "silver-hand" directory for Kubernetes manifests to be used with the local K3s cluster.
    - Datashim manifest to facilitate abstracted interaction with S3 bucket.
    - Kubernetes-dashboard to visualize cluster state.
    - Jafner-dev to serve contents of S3 bucket.
2024-08-07 16:23:20 -07:00