File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ resource "github_repository_autolink_reference" "repository_autolink_reference"
502502# ---------------------------------------------------------------------------------------------------------------------
503503
504504resource "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
You can’t perform that action at this time.
0 commit comments