Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
stop-slop, taste-skill, terrashark had embedded .git dirs causing Woodpecker clone to fail on submodule update.
58 lines
1.7 KiB
Markdown
58 lines
1.7 KiB
Markdown
# Summary
|
|
|
|
* [Introduction](README.md)
|
|
|
|
## Getting Started
|
|
|
|
* [Installation](getting-started/installation.md)
|
|
* [Quick Start](getting-started/quick-start.md)
|
|
|
|
## Core Concepts
|
|
|
|
* [The 7-Step Terraform Skill Workflow](core-concepts/workflow.md)
|
|
* [Five Failure Modes](core-concepts/failure-modes.md)
|
|
* [Design Philosophy](core-concepts/philosophy.md)
|
|
|
|
## Terraform Failure Mode References
|
|
|
|
* [Identity Churn](failure-modes/identity-churn.md)
|
|
* [Secret Exposure](failure-modes/secret-exposure.md)
|
|
* [Blast Radius](failure-modes/blast-radius.md)
|
|
* [CI Drift](failure-modes/ci-drift.md)
|
|
* [Compliance Gate Gaps](failure-modes/compliance-gates.md)
|
|
|
|
## Terraform Architecture Guidance
|
|
|
|
* [Structure and State](architecture/structure-and-state.md)
|
|
* [Backend State Safety](architecture/backend-state-safety.md)
|
|
* [Module Architecture](architecture/module-architecture.md)
|
|
* [Coding Standards](architecture/coding-standards.md)
|
|
|
|
## Terraform Operational Guides
|
|
|
|
* [Migration Playbooks](guides/migration-playbooks.md)
|
|
* [Testing Matrix](guides/testing.md)
|
|
* [CI/CD Delivery Patterns](guides/ci-delivery.md)
|
|
* [Security and Governance](guides/security-governance.md)
|
|
* [Quick Ops and Troubleshooting](guides/quick-ops.md)
|
|
|
|
## Terraform Code Examples
|
|
|
|
* [Good Patterns](examples/good-patterns.md)
|
|
* [Bad Patterns (Anti-Patterns)](examples/bad-patterns.md)
|
|
* [Neutral Patterns (Context-Dependent)](examples/neutral-patterns.md)
|
|
* [Do and Don't Checklist](examples/do-dont-checklist.md)
|
|
|
|
## Integrations
|
|
|
|
* [MCP Integration](integrations/mcp-integration.md)
|
|
|
|
## Advanced
|
|
|
|
* [Token Efficiency Strategy](advanced/token-efficiency.md)
|
|
* [Comparison with Other Terraform Skills](advanced/comparison.md)
|
|
|
|
## Community
|
|
|
|
* [Contributing](contributing.md)
|
|
* [Changelog](changelog.md)
|