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

TLS provider version 3 plus #19

Closed daniel-ciaglia closed 1 year ago

daniel-ciaglia commented 1 year ago

Allow provider[registry.terraform.io/hashicorp/tls] >= 3.0

Background

Allow usage of tls provider version 3.x in stacks alongside this module.

Similar changes in eg. terraform-aws-eks: https://github.com/terraform-aws-modules/terraform-aws-eks/pull/2211

unfunco commented 1 year ago

Thanks @daniel-ciaglia – I'll create a patch release shortly.