File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- {"." :" 2.0.0 " }
1+ {"." :" 2.0.1 " }
Original file line number Diff line number Diff line change 33Notable changes to this project are documented in this changelog.
44This project adheres to the [ semantic versioning] specification.
55
6+ ## [ 2.0.1] ( https://github.com/unfunco/terraform-aws-oidc-github/compare/v2.0.0...v2.0.1 ) (2025-08-21)
7+
8+
9+ ### Bug fixes
10+
11+ * Fix custom policies ([ #87 ] ( https://github.com/unfunco/terraform-aws-oidc-github/issues/87 ) ) ([ 35daa17] ( https://github.com/unfunco/terraform-aws-oidc-github/commit/35daa17654e86d89b3c6840312c7c4cb9197cce9 ) )
12+
613## [ 2.0.0] ( https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.8.1...v2.0.0 ) (2025-08-16)
714
815
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ working OIDC connection between GitHub Actions and AWS.
2424``` terraform
2525module "oidc_github" {
2626 source = "unfunco/oidc-github/aws"
27- version = "2.0.0 " # x-release-please-version
27+ version = "2.0.1 " # x-release-please-version
2828
2929 github_repositories = [
3030 "org/repo",
You can’t perform that action at this time.
0 commit comments