Terraform 1 6
Apply Terraform 1.6 language, CLI, state, testing, migration, and behaviour changes. Load for Terraform work targeting 1.6 or later when the model's knowledge may predate the 2023-10-04 release.From its SKILL.md
npx -y skills add cedws/skills --skill terraform-1-6Assembled 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, 289 tokens by cl100k_base, as published. Nobody here has run it
Terraform 1.6
This overview applies when the project's target Terraform version is at least 1.6.
Testing
terraform testis generally available. Tests live in.tftest.hclfiles as orderedrunblocks that execute plans and optional applies, then evaluate assertions against plan and state values.- Test runs can pass outputs from earlier runs into later runs. Test cleanup destroys infrastructure in reverse run order.
Import and planning
- An
importblock'sidaccepts an expression when it resolves to a string known at plan time. - HCP Terraform and Terraform Enterprise remote plans can be saved with
-out, inspected withterraform show, and applied from the saved plan file. - Refined unknown values can carry facts such as non-nullness or collection length ranges, allowing more expressions to produce known plan results.
S3 backend migration
- Assume-role settings move into an
assume_roleblock. - Service endpoint overrides move into an
endpointsblock. shared_credentials_filesreplacesshared_credentials_file, anduse_path_stylereplacesforce_path_style.- Standard
AWS_ENDPOINT_URL_*variables replace the older Terraform-specific endpoint environment variables.
Compatibility
- Terraform 1.6 requires macOS 10.15 or later and Windows 10 or Windows Server 2016 or later.
What ships with it: 1 file
196 B alongside SKILL.md
agents/
- openai.yaml196 B