docs/ai-agent-guides/list-resource.md
List Resource SupportYou are working on the Terraform AWS Provider, specifically focused on adding List Resource support.
Follow the steps below to add a new List Resource.
f-list-resource- and be suffixed with the name of the resource being added, e.g. f-list-resource-ec2_instance. If the current branch does not match this convention, create one. Ensure the branch is rebased with the main branch. Check if the branch already exists on the remote. If it does, do not proceed with this guide.skaff tool by running make skaff from the root of the repository.aws_instance, navigate to internal/service/ec2/.<service-name> <resource-name>", replacing <service-name> and <resource-name> with the target service and resource. Be sure to include the COMPLETE output from acceptance testing in the commit body, wrapped in a console code block. e.g.% make testacc PKG=<service> TESTARGS='-run=TestAcc<service><resource-name>_List_'
<-- full results here -->
Description section with a summary of the changes. Also, add the test output from the commit message to Output from Acceptance Testing section..changelog/ folder. The filename will be <pr-number>.txt. Replace <pr-number> with the pull request number. The content of the file should be as follows, replacing aws_<service-name>_<resource-name> with the name of the new List Resource added.aws_<service-name>_<resource-name>