Upstream v5.72.0
Upgrades upstream to v5.72.0
New resources:
- iam/rolePolicyAttachmentsExclusive.RolePolicyAttachmentsExclusive
In this release upstream has introduced deprecations for AWS IAM Role inline_policy and managed_policy_arns arguments. These deprecations are not yet propagated into the Pulumi provider (https://github.com/pulumi/pulumi-aws/issues/4654 tracks the context).
Fixes https://github.com/pulumi/pulumi-aws/issues/4642
Does the PR have any schema changes?
Found 1 breaking change:
Types
🟡"aws:workspaces/ConnectionAliasTimeouts:ConnectionAliasTimeouts": properties: "update" missing
New resources:
iam/rolePolicyAttachmentsExclusive.RolePolicyAttachmentsExclusive
Maintainer note: consult the runbook for dealing with any breaking changes.
/**
+ * Set of exclusive IAM managed policy ARNs to attach to the IAM role. If this attribute is not configured, Pulumi will ignore policy attachments to this resource. When configured, Pulumi will align the role's managed policy attachments with this set by attaching or detaching managed policies. Configuring an empty set (i.e., `managedPolicyArns = []`) will cause Pulumi to remove _all_ managed policy attachments.
+ *
* @deprecated The managedPolicyArns argument is deprecated. Use the aws.iam.RolePolicyAttachmentsExclusive resource instead.
*/
There's new deprecations rolling out, need to double-check this.
My hope is that it should go in after https://github.com/pulumi/pulumi-aws/pull/4673 as the failing test started failing independently. This should not release though as subsequent upstream release fixes some immediate bugs.
This PR has been shipped in release v6.57.0.