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
npx -y skills add cedws/skills --skill terraform-1-7Assembled 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 withoverride_resourceandoverride_data, and replace whole module results withoverride_module. - Mock providers allow apply-mode module tests without real provider credentials or remote infrastructure.
Refactoring
- A
removedblock 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 rmoperation.
removed {
from = aws_instance.legacy
lifecycle {
destroy = false
}
}
Behaviour and migration
nonsensitiveaccepts values that are already non-sensitive instead of raising an error.terraform graphdefaults to a simplified resource relationship graph.terraform graph -type=planretains 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/
- openai.yaml196 B