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
We need to look at how the pulumi-aws provider should handle these. In particular, migrating in Pulumi might need additional guidance specific to Pulumi, and building tooling to support it may require more effort.
Upgrades upstream to
[v5.72.0](https://github.com/hashicorp/terraform-provider-aws/releases/tag/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
(#4654 tracks the context).
Fixes#4642
This change removes aws.iam.Role inlinePolicies deprecation until Pulumi
can support exclusive management resources better. In addition,
managedPolicyArns deprecation removal is moved from a patch to regular
code.
The deprecation removal affects SDK generators only - documentation may
still indicate that this is deprecated.
Context: #4654
There is a series of changes where upstream provider is deprecating but not removing popular attributes in favor of more side-by-side resources.
https://hashicorp.github.io/terraform-provider-aws/design-decisions/exclusive-relationship-management-resources
hashicorp/terraform-provider-aws#39376 (comment)
We need to look at how the pulumi-aws provider should handle these. In particular, migrating in Pulumi might need additional guidance specific to Pulumi, and building tooling to support it may require more effort.
To add some more links for inspecting the effect of these changes, https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.72.0 is one of the first releases where these changes are taking effect, and #4647 is our PR of upgrading the provider to match.
The text was updated successfully, but these errors were encountered: