Skip to content

Commit a050fa7

Browse files
committed
docs: add testing directory information to CLAUDE.md
1 parent b131b50 commit a050fa7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ terraform init && terraform validate
8888
pre-commit run --all-files
8989
```
9090

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+
91100
### Pre-commit Hooks
92101
- terraform_fmt
93102
- terraform_docs

0 commit comments

Comments
 (0)