# New List Resource

> Implement a new list resource in the Terraform AWS provider.

- Skill: `hashicorp/new-list-resource` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashicorp/new-list-resource`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashicorp/new-list-resource/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/new-list-resource

---


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

# Skill: New List Resource

Assume the @maintainer persona.

Use this skill to add new list resource.

Refer to [docs/new-list-resource.md](../../../docs/add-a-new-list-resource.md) for instructions.
The task is complete when all list acceptance tests (`TestAcc{Resource}_List`) are passing.

## When to use

Trigger this skill when the user:

- Says "add a new list resource", or similar.

## 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.

