# Resource Identity

> Add resource identity to a resource in the Terraform AWS provider.

- Skill: `hashicorp/resource-identity` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashicorp/resource-identity`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashicorp/resource-identity/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: hashicorp (https://skillmd.com/u/hashicorp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hashicorp/resource-identity

---


<!-- Copyright IBM Corp. 2014, 2026 -->
<!-- SPDX-License-Identifier: MPL-2.0 -->

# Skill: Add Resource Identity Support

Assume the @maintainer persona.

Use this skill to add resource identity to an existing resource, or when creating a net-new resource.

Refer to [docs/resource-identity.md](../../../docs/resource-identity.md) for instructions.
The task is complete when all generated identity acceptance tests (`TestAcc{Resource}_Identity`) are passing.

## When to use

Trigger this skill when the user:

- Says "add resource identity support", or similar while referring to a Terraform resource.

## Inputs

Required:

- The target resource name (e.g. `aws_s3_bucket`).

If the user provides a human readable name (e.g. "S3 Bucket") rather than the Terraform resource, confirm the target resource before proceeding.

