Terraform 1 11
Apply Terraform 1.11 language, CLI, state, testing, migration, and behaviour changes. Load for Terraform work targeting 1.11 or later when the model's knowledge may predate the 2025-02-27 release.From its SKILL.md
npx -y skills add cedws/skills --skill terraform-1-11Assembled 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.5 KB, 264 tokens by cl100k_base, as published. Nobody here has run it
Terraform 1.11
This overview applies when the project's target Terraform version is at least 1.11.
Write-only data
- Providers can declare write-only resource attributes. Terraform sends their values to the provider but does not persist them in plan or state.
- Write-only attributes can accept ephemeral values, enabling credentials or tokens to flow through a resource operation without state persistence.
- Write-only support is provider-schema dependent; an ordinary sensitive attribute remains persisted even though its display is redacted.
Testing
terraform test -junit-xml=PATHis generally available for CI test reports.override_during = planmakes mocks and overrides take effect during plan-mode test runs; the default remains apply.- A run block's
state_keyselects which internal test state the run shares, allowing explicit state isolation or reuse.
Backends and installation
- S3 native state locking with
use_lockfileis generally available. DynamoDB locking arguments are deprecated but can coexist temporarily during migration. - Provider downloads can use credentials from
.netrcfor registry-provided download and checksum URLs. - Azure backend authentication aligns with current Azure provider mechanisms and adds workload identity, CLI, client-certificate, and file-based credential options.
What ships with it: 1 file
199 B alongside SKILL.md
agents/
- openai.yaml199 B