agentsclimarketplace

Terraform 1 8

Skill cedws/skills/terraform/skills/terraform-1-8

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

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

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

Terraform 1.8

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

Provider capabilities

  • Providers can contribute configuration-language functions, called with provider::provider_name::function_name().
  • Providers can declare supported resource-type conversions so a moved block can transfer ownership of one remote object between different resource types.
  • issensitive(value) reports whether a value carries the sensitive mark.

Testing and configuration generation

  • File-level variables in .tftest.hcl files can refer to global variables.
  • Import-driven configuration generation recognises JSON strings and emits jsonencode expressions for more maintainable generated configuration.
  • The built-in terraform provider exposes decode_tfvars, encode_tfvars, and encode_expr functions for specialised tooling that reads or writes Terraform expression formats.

Plans and provider locks

  • Plan JSON includes applyable and complete. applyable indicates whether applying the plan is meaningful; complete = false indicates that another plan and apply round may be required for convergence.
  • terraform providers lock -enable-plugin-cache permits lock generation to use the configured global provider cache.
  • List changes of equal length render as element-by-element diffs using correlated indices.

What ships with it: 1 file

196 B alongside SKILL.md

agents/

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.