Skip to content

Commit 98a52b5

Browse files
committed
chore: prepare v0.16.1 release
1 parent 0dfa3eb commit 98a52b5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.1]
11+
1012
### Added
1113

1214
- Add support for `github_app_installation_repository`
1315

14-
1516
## [0.16.0]
1617

1718
### Fixed
@@ -373,7 +374,8 @@ Please review plans and report regressions and issues asap so we can improve doc
373374
- This is the initial release of our GitHub Repository module with support for
374375
creating and managing GitHub Repositories for Organizations.
375376

376-
[unreleased]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.0...HEAD
377+
[unreleased]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.1...HEAD
378+
[0.16.1]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.0...v0.16.1
377379
[0.16.0]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.15.0...v0.16.0
378380
[0.15.0]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.14.0...v0.15.0
379381
[0.14.0]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.13.0...v0.14.0

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ resource "github_repository_autolink_reference" "repository_autolink_reference"
502502
# ---------------------------------------------------------------------------------------------------------------------
503503

504504
resource "github_app_installation_repository" "app_installation_repository" {
505-
for_each = { for a in var.app_installations : a => a }
505+
for_each = var.app_installations
506506

507507
repository = github_repository.repository.name
508508
installation_id = each.value

0 commit comments

Comments
 (0)