You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
╵
0 commit comments