Skip to content

fixed deprecated issue #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

nictom-aws
Copy link
Contributor

Fixes #


By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

Apache 2.0 License

Warning: Argument is deprecated
│
│   with module.sra_execution_role.aws_iam_role.sra_execution_role,
│   on sra_execution_role/main.tf line 21, in resource "aws_iam_role" "sra_execution_role":
│   21:   managed_policy_arns = [
│   22:     "arn:${var.aws_partition}:iam::aws:policy/AdministratorAccess"
│   23:   ]
│
│ managed_policy_arns is deprecated. Use the aws_iam_role_policy_attachment resource instead. If Terraform should exclusively manage all managed policy attachments (the current behavior of this argument), use the aws_iam_role_policy_attachments_exclusive resource as well.
╵
@nictom-aws nictom-aws closed this Apr 9, 2025
@nictom-aws nictom-aws reopened this Apr 9, 2025
@cyphronix
Copy link
Contributor

closing. author will be adding some additional changes to a new PR

@cyphronix cyphronix closed this Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants