agentsclimarketplace

Terraform 1 10

Skill cedws/skills/terraform/skills/terraform-1-10

Apply Terraform 1.10 language, CLI, state, testing, migration, and behaviour changes. Load for Terraform work targeting 1.10 or later when the model's knowledge may predate the 2024-11-27 release.From its SKILL.md

Install
npx -y skills add cedws/skills --skill terraform-1-10

Assembled 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.7 KB, 311 tokens by cl100k_base, as published. Nobody here has run it

Terraform 1.10

This overview applies when the project's target Terraform version is at least 1.10.

Ephemeral data

  • Ephemeral resources are read during each evaluation phase and are never persisted to plan or state. They produce ephemeral values.
  • Input variables and outputs can declare ephemeral = true. Ephemeral values are permitted only in contexts that do not require persistence.
  • ephemeralasnull(value) preserves ordinary values while replacing ephemeral portions with non-ephemeral null values of compatible types.
  • Sensitive and ephemeral describe different properties: sensitive values are redacted from normal display, while ephemeral values are omitted from persisted artefacts.

State and backend migration

  • The S3 backend supports native state locking. During migration it can acquire both S3-native and DynamoDB locks when both mechanisms are configured.
  • Deprecated top-level S3 assume-role attributes are removed; configuration must use the assume_role block.
  • The -state option on plan, apply, and refresh is deprecated. The local backend's path attribute configures an alternate state path.

Expressions and addresses

  • element accepts negative indices, counting backwards from the end of a collection.
  • Resource types that collide with reserved words in a moved address require an explicit resource. prefix.
  • Mark propagation through conditional and for expressions is stricter, so values can correctly become sensitive where earlier releases lost the mark.

What ships with it: 1 file

199 B alongside SKILL.md

agents/

Gives 0 of the 12 instructions most containers cloud skills give in 311 tokens

Counted across 607 of the 657 authors here whose files we hold, read 2026-08-07

  • Run containers as a non-root userin 66 of 607, across 46 files
  • Use multi-stage buildsin 53 of 607, across 44 files
  • Use Promise.all for independent operationsin 47 of 607, across 13 files
  • Import directly instead of barrel filesin 46 of 607, across 12 files
  • Use ternary instead of AND for conditionalsin 45 of 607, across 12 files
  • Use Set or Map for O(1) lookupsin 42 of 607, across 10 files
  • Create a .dockerignore filein 41 of 607, across 31 files
  • Read individual rule files for detailsin 39 of 607, across 9 files
  • Copy dependency files before source codein 36 of 607, across 23 files
  • Authenticate server actions like API routesin 35 of 607, across 7 files
  • Use next/dynamic for heavy componentsin 34 of 607, across 9 files
  • Use React.cache for per-request deduplicationin 34 of 607, across 10 files

Said here and by no other author read

  • use ephemeral resources for non-persisted values
  • declare ephemeral input variables and outputs explicitly
  • replace ephemeral values with ephemeralasnull where needed
  • use the assume_role block for S3 backend
  • configure alternate state paths via local backend path
  • use negative indices with the element function

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.