Commit 6b705f1
feat: add iGenomes Pulumi infrastructure project
Add comprehensive Pulumi project for managing iGenomes S3 infrastructure with proper import workflow and 1Password integration.
## Features
- S3 bucket import for ngi-igenomes (AWS Open Data Registry)
- Secure credential management via 1Password
- Modular architecture (config, providers, infrastructure, utils)
- Comprehensive documentation (README, CLAUDE.md, Context7 guide)
- Protected resources with read-only tracking approach
- Rich metadata exports for integration with nf-core ecosystem
## Project Structure
- `__main__.py`: Main Pulumi program with S3 import logic
- `src/`: Modular source code organization
- `config/`: Environment variable loading and validation
- `providers/`: AWS provider configuration
- `infrastructure/`: S3 bucket import implementation
- `utils/`: Centralized constants
- Documentation:
- `README.md`: Comprehensive user documentation (320+ lines)
- `CLAUDE.md`: AI assistant context (360+ lines)
- `CONTEXT7.md`: AWS SDK documentation guide
- `SETUP_VERIFICATION.md`: Verification and testing guide
- `test_setup.sh`: Automated setup verification script
- `.envrc`: 1Password credential loading configuration
## Security
- All credentials from 1Password (never in git)
- Protected resources prevent accidental deletion
- Read-only tracking for AWS Open Data bucket
- Extensive ignore_changes for properties we can't manage
## Integration
- Follows AWSMegatests project patterns
- Uses shared S3 backend (nf-core-pulumi-state)
- Consistent 1Password integration approach
- Ready for nf-core infrastructure ecosystem
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 11f5cce commit 6b705f1
File tree
18 files changed
+1759
-0
lines changed- pulumi/igenomes
- src
- config
- infrastructure
- providers
- utils
18 files changed
+1759
-0
lines changed| 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 | + | |
| 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 | + | |
0 commit comments