diff --git a/terraform-provider-aws.yaml b/terraform-provider-aws.yaml index 27f81baa0d5..26db7bdaedc 100644 --- a/terraform-provider-aws.yaml +++ b/terraform-provider-aws.yaml @@ -1,7 +1,7 @@ package: name: terraform-provider-aws - version: 5.80.0 - epoch: 1 + version: 5.81.0 + epoch: 0 description: Terraform AWS provider copyright: - license: MPL-2.0 @@ -19,14 +19,7 @@ pipeline: with: repository: https://github.com/hashicorp/terraform-provider-aws tag: v${{package.version}} - expected-commit: 9273b07bad89e6aa730482f3a8fc7840b38b9d68 - - # At the time of writing (12/24), we can't use go/bump on this project, due - # to 'godebug' directive being defined in the go.mod. We'll need updates to - # go/bump to handle this - internal DYDX ticket filed. - - uses: patch - with: - patches: GHSA-v778-237x-gjrc.patch + expected-commit: c38d7c284d0684653d53452eb1f9dd3e65b905fd - runs: go mod tidy diff --git a/terraform-provider-aws/GHSA-v778-237x-gjrc.patch b/terraform-provider-aws/GHSA-v778-237x-gjrc.patch deleted file mode 100644 index bb9fbb53384..00000000000 --- a/terraform-provider-aws/GHSA-v778-237x-gjrc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/go.mod b/go.mod -index 31209aa041..68f75297f4 100644 ---- a/go.mod -+++ b/go.mod -@@ -299,7 +299,7 @@ require ( - github.com/mitchellh/mapstructure v1.5.0 - github.com/pquerna/otp v1.4.0 - github.com/shopspring/decimal v1.4.0 -- golang.org/x/crypto v0.29.0 -+ golang.org/x/crypto v0.31.0 - golang.org/x/mod v0.22.0 - golang.org/x/text v0.20.0 - golang.org/x/tools v0.27.0