Terraform 1 13
Apply Terraform 1.13 language, CLI, state, testing, migration, and behaviour changes. Load for Terraform work targeting 1.13 or later when the model's knowledge may predate the 2025-08-20 release.From its SKILL.md
npx -y skills add cedws/skills --skill terraform-1-13Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 206 tokens by cl100k_base, as published. Nobody here has run it
Terraform 1.13
This overview applies when the project's target Terraform version is at least 1.13.
Stacks and automation
- The
terraform stackscommand exposes stack operations through a separately installed Stacks plugin. Available subcommands depend on that plugin and are discoverable withterraform stacks -help. terraform rpcapiis generally available for internal integrations using the go-plugin-compatible RPC interface; it is not a stable public automation surface.
Testing
- Test files can declare definitions for external variables they reference, improving type checking and diagnostics for complex inputs.
- File-level variable values can refer to run outputs and other variables.
- Test teardown operations can execute in parallel where their dependencies permit it.
Validation and state
- Filesystem functions are checked for consistent results between evaluation phases, exposing configuration that would otherwise produce an inconsistent final plan.
- Static validation detects more invalid indexed references before provider operations.
- Nested module outputs preserve their sensitivity marks through state and evaluation.
What ships with it: 1 file
199 B alongside SKILL.md
agents/
- openai.yaml199 B