32515c72ca
- add modules - add config - add environments - add .gitignore - add makefile Wire up config.hcl, variables, and terragrunt inputs for all new types.
7 lines
207 B
YAML
7 lines
207 B
YAML
base_url: "https://downloads.claude.ai/claude-code/rpm/stable"
|
|
description: "Claude Code RPM repository"
|
|
immutable_patterns:
|
|
- ".*/x86_64/.*\\.rpm$"
|
|
- ".*/noarch/.*\\.rpm$"
|
|
- ".*/repodata/.*\\.xml.*$"
|