unfunco / terraform-aws-oidc-github

Terraform module to configure GitHub Actions as an IAM OIDC identity provider in AWS.
https://registry.terraform.io/modules/unfunco/oidc-github/aws/latest
Apache License 2.0
91 stars 51 forks source link

Change aws provider version constraint to allow v5 #28

Closed ArkadiuszSpiewak closed 1 year ago

ArkadiuszSpiewak commented 1 year ago

After release of aws provider v 5.0.0 this module had to restrictive version constraint preventing us from using it. Ive changed version constraint to less restrictive. Terrafrom plan and terraform apply didnt pick up any changes after update so it seems to me that everything is still backwards compatible.

unfunco commented 1 year ago

Thanks @ArkadiuszSpiewak – I'll create a new release shortly.