agentsclimarketplace

Terraform 1 7

Skill cedws/skills/terraform/skills/terraform-1-7

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

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

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

Terraform 1.7

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

Testing

  • Terraform tests can mock providers with mock_provider, replace individual resources or data sources with override_resource and override_data, and replace whole module results with override_module.
  • Mock providers allow apply-mode module tests without real provider credentials or remote infrastructure.

Refactoring

  • A removed block records that a resource or module call left configuration and selects whether Terraform should destroy the remote object or only forget it from state.
  • Configuration-driven removal is planned and applied, providing a reviewable alternative to an immediate terraform state rm operation.
removed {
  from = aws_instance.legacy

  lifecycle {
    destroy = false
  }
}

Behaviour and migration

  • nonsensitive accepts values that are already non-sensitive instead of raising an error.
  • terraform graph defaults to a simplified resource relationship graph. terraform graph -type=plan retains the more detailed plan graph.
  • The S3 backend adopts the standard AWS credential chain by default; the legacy workflow is deprecated.
  • State interoperability involving input validations requires Terraform 1.3.10, 1.4.7, or 1.5.7 when those older minor series exchange state with Terraform 1.7.

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.