hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.76k stars 9.11k forks source link

r/aws_verifiedpermissions_policy: Outdated `cedar-go` version #39483

Open ewbankkit opened 1 hour ago

ewbankkit commented 1 hour ago

Description

dependabot is reporting problems updating the github.com/cedar-policy/cedar-go module used by the aws_verifiedpermissions_policy resource:

Dependabot failed to update your dependencies because there was an error resolving your Go dependency files.

Dependabot encountered the following error:

go: downloading github.com/aws/aws-sdk-go-v2/service/applicationinsights v1.27.1
go: github.com/hashicorp/terraform-provider-aws imports
    github.com/hashicorp/terraform-provider-aws/internal/provider imports
    github.com/hashicorp/terraform-provider-aws/internal/service/verifiedpermissions imports
    github.com/cedar-policy/cedar-go/x/exp/parser: cannot find module providing package github.com/cedar-policy/cedar-go/x/exp/parser

Currently the latest release of this module is v0.3.2, which no longer exports the github.com/cedar-policy/cedar-go/x/exp/parser package.

We need to modify aws_verifiedpermissions_policy to use the current API for github.com/cedar-policy/cedar-go.

github-actions[bot] commented 1 hour ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue