Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jul 9, 2025

Release v1.1.1-rc.1

TheUnderScorer and others added 6 commits May 7, 2025 16:20
Replaces `99.5% accurate visitor identification` with
`industry-leading accuracy` in the README file.

Related-Task: INTER-1240
Update accuracy claim in README description
The `managed_policy_arns` attribute on `aws_iam_role` resources has been
deprecated. At the AWS API layer, the `managed_policy_arns` list is
translated by Terraform to individual "attached role policy" resources.

Per the Terraform docs, using the `managed_policy_arns` attribute is
equivalent to using a separate `aws_iam_role_policy_attachment`
resource.

As a result, this commit switches from the `managed_policy_arns`
attribute to a `aws_iam_role_policy_attachment` resource.

After this change, upgrading the fingerprint_cloudfront_integration
module and running a terraform apply will result in Terraform
creating a new resource in its state, but there will be no corresponding
state change in the AWS APIs. Terraform also no longer produces
the warning about the argument being deprecated.
…cy-arns-deprecated

fix: remove usage of deprecated managed_policy_arns attribute
## [1.1.1-rc.1](v1.1.0...v1.1.1-rc.1) (2025-07-09)

### Bug Fixes

* remove usage of deprecated managed_policy_arns attribute ([07e97ae](07e97ae))
@github-actions github-actions bot requested a review from necipallef as a code owner July 9, 2025 18:02
@mcnulty-fp mcnulty-fp merged commit 61c6c34 into main Jul 14, 2025
3 checks passed
@fingerprint-dx-team
Copy link

🎉 This PR is included in version 1.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants