provider/aws: Add import support for aws_iam_role_policy_attachment #544
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/iam
Issues and PRs that pertain to the iam service.
Milestone
This issue was originally opened by @jzbruno as hashicorp/terraform#12100. It was migrated here as part of the provider split. The original body of the issue is below.
Please add import support for the aws_iam_role_policy_attachment resource.
Terraform Version
All
Affected Resource(s)
Expected Behavior
Running the import command for the aws_iam_role_policy_attachment resource should update the state with all aws_iam_role_policy_attachment's associated with the specified role.
Steps to Reproduce
terraform import aws_iam_role_policy_attachment.test <ROLE_NAME>
The text was updated successfully, but these errors were encountered: