[Version 2 Release] data-source/aws_iam_role: Remove deprecated assume_role_policy_document, role_id, and role_name attributes #7675
Labels
service/iam
Issues and PRs that pertain to the iam service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Milestone
Description
Tracking issue for https://www.terraform.io/docs/providers/aws/guides/version-2-upgrade.html#data-source-aws_iam_role
assume_role_policy_document Attribute Removal
Switch your attribute references to the
assume_role_policy
attribute instead.role_id Attribute Removal
Switch your attribute references to the
unique_id
attribute instead.role_name Argument Removal
Switch your Terraform configuration to the
name
argument instead.The text was updated successfully, but these errors were encountered: