Commit 9d02298
authored
feat: Nav switchup and some minor updates (#18)
## Summary
Rethink my nav setup for cloud providers and some minor updates.
## ✨ Features
- Add info about pre-commit and add my hook info
[`1b8d7b0`](1b8d7b0)
- Migrate tf/tofu to have cloud providers instead of general sections
[`ebbf6b3`](ebbf6b3)
- Migrate tf/tofu to have cloud providers instead of general sections
[`f219eeb`](f219eeb)
- Add a description field to pages for a future use
[`9f27635`](9f27635)
- Add hook for linting actions
[`d5859aa`](d5859aa)
## 🐛 Bug Fixes
- remove example section now that I know how the blocks work for the
most part
[`4926d32`](4926d32)
- Move terragrunt section to under tf/tofu
[`95c40d4`](95c40d4)
- Attempt to fix lychee runs
[`2c02b01`](2c02b01)
## 📚 Documentation
- Update readme
[`26da05e`](26da05e)
## 💄 Style
- update docs
[`ba85cfc`](ba85cfc)
## 🏗️ Operations
- Add `CAF` to codespell ignore
[`917a648`](917a648)
- fix some codespell calls
[`c11256f`](c11256f)
- Update uv lock
[`0f48d5a`](0f48d5a)
- Update config
[`0f42506`](0f42506)
- Expand renovate config
[`b1fc3a9`](b1fc3a9)
- set pyton minimum to 3.12
[`32d5967`](32d5967)
- Add base contribution file
[`64b295c`](64b295c)
## 📁 File Changes
### Root (+60/-77 lines)
- `.pre-commit-config.yaml` (+5) 📝
- `pyproject.toml` (+2/-2) 📝
- `renovate.json` (+23/-1) 📝
- `uv.lock` (+1/-60) 📝
- `zensical.toml` (+29/-14) 📝
### .github (+11/-12 lines)
- `.github/workflows/ci.yml` (+9/-9) 📝
- `.github/workflows/deploy.yml` (+2/-3) 📝
### Terragrunt (+5/-5 lines)
- `terragrunt/terragrunt.hcl` (+5/-5) 📝
### Documentation (+4740/-536 lines)
- `CONTRIBUTING.md` (+40) ✨
- `README.md` (+10/-1) 📝
- `docs/api/error-responses.md` (+1) 📝
- `docs/api/fastapi-skeleton.md` (+1) 📝
- `docs/api/go-chi-skeleton.md` (+1) 📝
- `docs/api/index.md` (+1) 📝
- `docs/api/openapi.md` (+1) 📝
- `docs/api/pagination.md` (+1) 📝
- `docs/containers/compose-dev.md` (+1) 📝
- `docs/containers/distroless.md` (+1) 📝
- `docs/containers/dockerfile-go.md` (+1) 📝
- `docs/containers/dockerfile-node.md` (+1) 📝
- `docs/containers/dockerfile-python.md` (+1) 📝
- `docs/containers/index.md` (+1) 📝
- `docs/data/airflow-dag.md` (+1) 📝
- `docs/data/alembic-skeleton.md` (+1) 📝
- `docs/data/dbt-skeleton.md` (+1) 📝
- `docs/data/index.md` (+1) 📝
- `docs/data/postgres-conventions.md` (+1) 📝
- `docs/data/postgres-indexes.md` (+1) 📝
- `docs/examples/code-blocks.md` (-358) 🗑️
- `docs/github-actions/container-build.md` (+1) 📝
- `docs/github-actions/index.md` (+1) 📝
- `docs/github-actions/oidc-aws.md` (+1) 📝
- `docs/github-actions/oidc-gcp-azure.md` (+1) 📝
- `docs/github-actions/path-filtered-matrix.md` (+1) 📝
- `docs/github-actions/release.md` (+1) 📝
- `docs/github-actions/reusable-workflows.md` (+1) 📝
- `docs/hygiene/editorconfig.md` (+1) 📝
- `docs/hygiene/gitignore.md` (+1) 📝
- `docs/hygiene/index.md` (+1) 📝
- `docs/hygiene/makefile.md` (+1) 📝
- `docs/hygiene/pre-commit.md` (+175/-8) 📝
- `docs/index.md` (+2/-9) 📝
- `docs/kubernetes/deployment-baseline.md` (+1) 📝
- `docs/kubernetes/helm-skeleton.md` (+1) 📝
- `docs/kubernetes/index.md` (+1) 📝
- `docs/kubernetes/probes.md` (+1) 📝
- `docs/kubernetes/rbac.md` (+1) 📝
- `docs/kubernetes/scaling.md` (+1) 📝
- `docs/observability/index.md` (+1) 📝
- `docs/observability/opentelemetry.md` (+1) 📝
- `docs/observability/prometheus.md` (+1) 📝
- `docs/observability/structured-logging.md` (+1) 📝
- `docs/terraform/aws/backends.md` (+248) ✨
- `docs/terraform/aws/iam-policies.md` (+365) ✨
- `docs/terraform/aws/index.md` (+44) ✨
- `docs/terraform/aws/module-skeleton.md` (+312) ✨
- `docs/terraform/aws/providers.md` (+296) ✨
- `docs/terraform/aws/variables.md` (+11/-17) ↻
- `docs/terraform/azure/backends.md` (+190) ✨
- `docs/terraform/azure/iam-policies.md` (+233) ✨
- `docs/terraform/azure/index.md` (+44) ✨
- `docs/terraform/azure/module-skeleton.md` (+349) ✨
- `docs/terraform/azure/providers.md` (+247) ✨
- `docs/terraform/azure/variables.md` (+325) ✨
- `docs/terraform/backends.md` (-19) 🗑️
- `docs/terraform/gcp/backends.md` (+226) ✨
- `docs/terraform/gcp/iam-policies.md` (+233) ✨
- `docs/terraform/gcp/index.md` (+44) ✨
- `docs/terraform/gcp/module-skeleton.md` (+254) ✨
- `docs/terraform/gcp/providers.md` (+222) ✨
- `docs/terraform/gcp/variables.md` (+318) ✨
- `docs/terraform/iam-policies.md` (-19) 🗑️
- `docs/terraform/index.md` (+9/-15) 📝
- `docs/terraform/module-skeleton.md` (-19) 🗑️
- `docs/terraform/providers.md` (-18) 🗑️
- `docs/terraform/terragrunt/index.md` (+88) ✨
- `docs/terraform/terragrunt/root-config.md` (+216) ✨
- `docs/terraform/terragrunt/stacks.md` (+200) ✨
- `docs/terragrunt/index.md` (-17) 🗑️
- `docs/terragrunt/root-config.md` (-18) 🗑️
- `docs/terragrunt/stacks.md` (-18) 🗑️
---
**Changes:** 81 files, +4816 insertions, -630 deletions
**Commits:** 17
**Branch:** `feat/ci-and-nav`
**Base:** `origin/main`1 parent c33bf73 commit 9d02298
81 files changed
Lines changed: 4816 additions & 630 deletions
File tree
- .github/workflows
- docs
- api
- containers
- data
- examples
- github-actions
- hygiene
- kubernetes
- observability
- terraform
- aws
- azure
- gcp
- terragrunt
- terragrunt
- terragrunt
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
| |||
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
35 | | - | |
36 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments