Terraform 1 15
Apply Terraform 1.15 language, CLI, state, testing, migration, and behaviour changes. Load for Terraform work targeting 1.15 or later when the model's knowledge may predate the 2026-04-29 release.From its SKILL.md
npx -y skills add cedws/skills --skill terraform-1-15Assembled 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.9 KB, 326 tokens by cl100k_base, as published. Nobody here has run it
Terraform 1.15
This overview applies when the project's target Terraform version is at least 1.15.
Modules and types
- Module
sourceandversionarguments can refer to variables and local values. Commands that resolve modules therefore accept variable inputs. - Output blocks can declare an explicit type constraint, allowing an output's public contract to be checked and converted at the module boundary.
convert(value, type)performs an explicit inline type conversion using a type expression.
Deprecation
- Variable and output blocks can set
deprecatedto emit warnings when callers assign the variable or consumers reference the output. - Provider-supplied deprecation messages for resources, blocks, and attributes appear in Terraform's warning diagnostics.
CLI, testing, and platforms
terraform validatevalidates backend type and configuration. Workflows that supply partial backend settings with-backend-configmust account for the validation behaviour of the installed patch release.- Terraform test mock blocks can define functions.
- Saved plans are workspace-bound; applying a plan created for another workspace raises an error.
- Windows ARM64 is an official build target.
- The S3 backend supports authentication through
aws login.
Experimental alpha features
- Alpha builds can allow deferred actions with
terraform plan -allow-deferral, including unknowncountandfor_eachvalues. This remains unavailable in stable Terraform 1.15. - Alpha builds include persistent failed-test state,
terraform test cleanup, test backends, andskip_cleanup. Do not rely on these features in stable configurations.
What ships with it: 1 file
199 B alongside SKILL.md
agents/
- openai.yaml199 B