home / skills / hashicorp

hashicorp skills

Find 13 skills from 1 repo created by hashicorp on GitHub.

1 repo
13 skills
GitHub

Sponsored

terraform-style-guide

hashicorp/agent-skills

196
This skill helps you generate Terraform configurations following HashiCorp style, ensuring proper structure, naming, and security best practices.
refactor-module

hashicorp/agent-skills

196
This skill refactors monolithic Terraform configurations into reusable modules with clear interfaces, encapsulation, versioning, and migration guidance.
terraform-stacks

hashicorp/agent-skills

196
This skill helps you create, validate, and manage Terraform Stacks configurations across environments and regions using .tfcomponent.hcl and .tfdeploy.hcl.
run-acceptance-tests

hashicorp/agent-skills

196
This skill guides you to run Terraform provider acceptance tests using TestAcc prefix with go test -run and TF_ACC, plus debugging steps.
azure-image-builder

hashicorp/agent-skills

196
This skill helps you build Azure managed images and Compute Gallery assets using Packer, streamlining custom VM image creation for Azure deployments.
provider-actions

hashicorp/agent-skills

196
This skill helps automate Terraform provider actions during lifecycle events using the Plugin Framework, enabling before/after create, update, destroy
aws-ami-builder

hashicorp/agent-skills

196
This skill helps you build custom AMIs with Packer's amazon-ebs, streamlining AWS image creation and provisioning.
windows-builder

hashicorp/agent-skills

196
This skill guides building Windows images with Packer using WinRM and PowerShell to streamline AMIs, Azure images, and VMware templates.
push-to-registry

hashicorp/agent-skills

196
This skill helps push Packer build metadata to the HCP Packer registry for governance and lifecycle tracking.
azure-verified-modules

hashicorp/agent-skills

196
This skill helps you ensure Azure Verified Modules compliance by applying AVM Terraform, provider, and documentation standards across modules.
terraform-test

hashicorp/agent-skills

196
This skill helps you write and run Terraform tests using .tftest.hcl, validating configurations with run, assert, and mock providers.
new-terraform-provider

hashicorp/agent-skills

196
This skill scaffolds a new Terraform provider project using Plugin Framework, creating workspace, initializing modules, and validating with tests.
provider-resources

hashicorp/agent-skills

196
This skill helps you design and implement Terraform Provider resources and data sources using the Plugin Framework for robust CRUD, state, and testing.