We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b131b50 commit a050fa7Copy full SHA for a050fa7
CLAUDE.md
@@ -88,6 +88,15 @@ terraform init && terraform validate
88
pre-commit run --all-files
89
```
90
91
+### Testing Directory (.demo/)
92
+The `.demo/` directory contains a test deployment configuration that:
93
+- Uses the parent module (`source = "../"`)
94
+- Configures a minimal single-node ARM64 cluster (CAX11)
95
+- Integrates with 1Password for token management
96
+- Contains its own Packer build artifacts for testing
97
+- Has `.gitignore` set to exclude all generated files
98
+- Provides a working example of module usage
99
+
100
### Pre-commit Hooks
101
- terraform_fmt
102
- terraform_docs
0 commit comments