← all publishers

hashicorp

@hashicorp source repo

38 published skills

  1. Run Dns Server · hashicorp
    Guide for running a local containerized DNS server. Use this when asked to run an acceptance test or to run a test with the prefix `TestAcc`.
    0
    installs
  2. Tfctl · hashicorp bundle
    Interact with HCP Terraform / Terraform Cloud / Terraform Enterprise using the tfctl CLI. Full API coverage. Use for ANY HCP Terraform or Terraform Cloud or Terraform Enterprise question or action — listing workspaces, starting/diagnosing runs, reading vars, modifying resources, calling API operations.
    0
    installs
  3. Run Checks · hashicorp bundle
    Skill to check for linting errors, test failures, and other issues.
    0
    installs
  4. Code Review · hashicorp
    Skill to review code changes in the repository and provide constructive feedback.
    0
    installs
  5. Add Changeset · hashicorp
    Instructions for how to write changelog entries
    0
    installs
  6. Add Release Notes · hashicorp
    Update release notes prior to a release of the @hashicorp/design-system-components package
    0
    installs
  7. Fixdocs · hashicorp
    Fix Terraform provider end user documentation issues detected by swissshepherd (ss). Removes an ignored target from the config, runs ss, validates findings, fixes the documentation, and commits.
    0
    installs
  8. Smarterr · hashicorp
    Refactor error handling to use smarterr.
    0
    installs
  9. Review Pr · hashicorp
    Review a Terraform AWS Provider pull request for correctness and conventions. Start here for any PR review: it holds the cross-cutting review principles and routes to scoped sub-skills (review-lifecycle, review-schema, review-helpers, review-identity, review-tags, review-generated, review-tests, review-tests-helpers, review-docs) based on which files the PR changes. Use when given a hashicorp/terraform-provider-aws PR URL and asked to review it.
    0
    installs
  10. Changelog · hashicorp
    Add a `.changelog/<PR_NUMBER>.txt` entry for a GitHub Pull Request, commit, and push.
    0
    installs
  11. Review Docs · hashicorp bundle
    Review a Terraform AWS Provider PR's end-user documentation (website/docs/**/*.markdown): whether docs are needed, description openings, argument/attribute style, section structure, tags wording, code fences, and the Import + Identity Schema section. Use when reviewing documentation changes, or when a PR adds/changes a resource or data source and its docs should be checked.
    0
    installs
  12. Review Tags · hashicorp
    Review Terraform AWS Provider tagging: the tags/tags_all schema attributes, the @Tags(identifierAttribute=...) annotation, and wiring input.Tags = getTagsIn(ctx) after flex.Expand. Use when reviewing a PR that adds or changes tag support on a resource or data source in internal/service/**/*.go.
    0
    installs
  13. Review Tests · hashicorp
    Review Terraform AWS Provider acceptance and unit test basics: required _basic and _disappears tests, TestAcc naming, TestCase essentials (PreCheck/ErrorCheck/ProtoV5ProviderFactories/CheckDestroy), random naming, ImportState steps, and regexache. Use when reviewing a PR that changes internal/service/**/*_test.go.
    0
    installs
  14. Review Schema · hashicorp
    Review Terraform AWS Provider Plugin Framework schema shape: model structs, Required/Optional/Computed combinations, plan modifiers (no ForceNew), nested-block custom types, validators, sensitive attributes, and timeouts. Use when reviewing a PR that changes resource or data-source schema in internal/service/**/*.go.
    0
    installs
  15. Go Conventions · hashicorp
    Fundamental Go conventions for the Terraform AWS provider. Use whenever writing or editing Go in internal/**/*.go (any resource, data source, ephemeral resource, action, test, or helper) before making the change, not only when asked about Go.
    0
    installs
  16. Review Helpers · hashicorp
    Review Terraform AWS Provider helper code: finders, status functions, waiters, sweepers, data sources, and list resources. Use when reviewing a PR that changes non-test internal/service/**/*.go code for resource lookup, retry.StateChangeConf waiters, NewSweepResource sweepers, DataSourceWithModel data sources, or Framework/SDKv2 list resources.
    0
    installs
  17. Review Identity · hashicorp
    Review Terraform AWS Provider Resource Identity: the identity-strategy annotations (@ArnIdentity, @SingletonIdentity, @IdentityAttribute), multi-attribute @ImportIDHandler parsers, and region opt-out for global services. Use when reviewing a PR that adds or changes identity annotations or import-ID parsing in internal/service/**/*.go.
    0
    installs
  18. Breaking Changes · hashicorp
    Review a PR for possible breaking changes.
    0
    installs
  19. Review Generated · hashicorp
    Review generated code in the Terraform AWS Provider (files ending in _gen.go produced by go generate). Use when a PR changes internal/service/**/*_gen.go — check whether the generator was run, whether the diff is plausible for the source change, and whether files were hand-edited. Do NOT apply hand-written-code rules to these files.
    0
    installs
  20. Review Lifecycle · hashicorp
    Review Terraform AWS Provider resource lifecycle: CRUD step order, smerr/smarterr error handling, and AutoFlex model-to-SDK conversion. Use when reviewing a PR that changes non-test resource logic in internal/service/**/*.go (Create/Read/Update/Delete, error wrapping, flex.Expand/Flatten/Diff).
    0
    installs
  21. New List Resource · hashicorp
    Implement a new list resource in the Terraform AWS provider.
    0
    installs
  22. Resource Identity · hashicorp
    Add resource identity to a resource in the Terraform AWS provider.
    0
    installs
  23. Review Tests Helpers · hashicorp
    Review Terraform AWS Provider test helpers: Exists/Destroy check functions, exports_test.go wiring, create.Error wrapping, data source tests, list resource tests (querycheck + Terraform version floor), and unit tests. Use when reviewing a PR that changes check helpers or data-source/list/unit tests in internal/service/**/*_test.go.
    0
    installs
  24. Terraform Search Import · hashicorp
    Discover existing cloud resources using Terraform Search queries and bulk import them into Terraform management. Use when bringing unmanaged infrastructure under Terraform control, auditing cloud resources, or migrating to IaC.
    3
    installs
  25. Terraform Style Guide · hashicorp
    Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.
    3
    installs
  26. Azure Verified Modules · hashicorp
    Azure Verified Modules (AVM) requirements and best practices for developing certified Azure Terraform modules. Use when creating or reviewing Azure modules that need AVM certification.
    3
    installs
  27. New Terraform Provider · hashicorp
    Use this when scaffolding a new Terraform provider.
    3
    installs
  28. Provider Test Patterns · hashicorp
    Terraform provider acceptance test patterns using terraform-plugin-testing with the Plugin Framework. Covers test structure, TestCase/TestStep fields, ConfigStateChecks with custom statecheck.StateCheck implementations, plan checks, CompareValue for cross-step assertions, config helpers, import testing with ImportStateKind, sweepers, and scenario patterns (basic, update, disappears, validation, regression), and ephemeral resource testing with the echoprovider package. Use when writing, reviewing, or debugging provider acceptance tests, including questions about statecheck, plancheck, TestCheckFunc, CheckDestroy, ExpectError, import state verification, ephemeral resources, or how to structure test files.
    3
    installs
  29. Run Acceptance Tests · hashicorp
    Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix `TestAcc`.
    3
    installs
  30. Provider Resources · hashicorp
    Implement Terraform Provider resources and data sources using the Plugin Framework. Use when developing CRUD operations, schema design, state management, and acceptance testing for provider resources.
    3
    installs
  31. Azure Image Builder · hashicorp
    Build Azure managed images and Azure Compute Gallery images with Packer. Use when creating custom images for Azure VMs.
    3
    installs
  32. AWS Ami Builder · hashicorp
    Build Amazon Machine Images (AMIs) with Packer using the amazon-ebs builder. Use when creating custom AMIs for EC2 instances.
    3
    installs
  33. Refactor Module · hashicorp
    Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
    3
    installs
  34. Windows Builder · hashicorp
    Build Windows images with Packer using WinRM communicator and PowerShell provisioners. Use when creating Windows AMIs, Azure images, or VMware templates.
    3
    installs
  35. Provider Actions · hashicorp
    Implement Terraform Provider actions using the Plugin Framework. Use when developing imperative operations that execute at lifecycle events (before/after create, update, destroy).
    2
    installs
  36. Push To Registry · hashicorp
    Push Packer build metadata to HCP Packer registry for tracking and managing image lifecycle. Use when integrating Packer builds with HCP Packer for version control and governance.
    3
    installs
  37. Terraform Stacks · hashicorp
    Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl files), working with stack components and deployments from local modules, public registry, or private registry sources, managing multi-region or multi-environment infrastructure, or troubleshooting Terraform Stacks syntax and structure.
    3
    installs
  38. Terraform Test · hashicorp
    Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test syntax and execution.
    3
    installs