| name | terraform-packager |
| description | Answers any question about Terraform Packager โ building Stack images, running Terraform commands inside containers, configuring backends, providers, hooks, variables, and credentials. Reads docs/ files just-in-time based on the question.
|
| metadata | {"version":"1.0.0","tags":["terraform","docker","infrastructure"]} |
Terraform Packager Skill
Docs
The docs/ directory contains:
README.md โ general index
getting-started.md โ installation and first use
examples.md โ available examples
build/overview.md โ build phases overview
build/stack-yaml.md โ stack.yaml reference
build/hooks.md โ build hooks
run/overview.md โ runtime overview
run/commands.md โ available commands
run/variables.md โ environment variables
run/credentials.md โ credentials configuration
run/ssh.md โ SSH configuration
run/hooks.md โ runtime hooks
reference/backends.md โ supported backends
reference/providers.md โ supported providers
reference/templates.md โ templates reference
Instructions
- Identify which docs files are relevant to the question (see list above).
- Call
read_file('path/to/file.md') for each relevant file (e.g. read_file('getting-started.md') or read_file('build/overview.md')).
- Synthesize a concise, accurate answer.