Closed jmgalvez closed 1 month ago
This issue has been resolved in version 20.24.2 :tada:
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Just to report a deprecated issue. With the new version of the Terraform AWS Provider 5.68.0 (https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.68.0) there is a deprecated warning to use _aws_iam_role_policies_exclusive or aws_iam_rolepolicy instead of _inlinepolicy
With the previous versions of the AWS Provider <= v5.67.0 there is no such warning.
Versions
Module version: 20.24.1
Terraform version: 1.9.6
Provider version(s): AWS Provider v5.68.0
Reproduction Code
Steps to reproduce the behavior:
Terraform init Terraform plan
Expected behavior
No warnings.
Actual behavior