File tree 2 files changed +5
-3
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.16.1]
11
+
10
12
### Added
11
13
12
14
- Add support for ` github_app_installation_repository `
13
15
14
-
15
16
## [ 0.16.0]
16
17
17
18
### Fixed
@@ -373,7 +374,8 @@ Please review plans and report regressions and issues asap so we can improve doc
373
374
- This is the initial release of our GitHub Repository module with support for
374
375
creating and managing GitHub Repositories for Organizations.
375
376
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
377
379
[ 0.16.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.15.0...v0.16.0
378
380
[ 0.15.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.14.0...v0.15.0
379
381
[ 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"
502
502
# ---------------------------------------------------------------------------------------------------------------------
503
503
504
504
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
506
506
507
507
repository = github_repository. repository . name
508
508
installation_id = each. value
You can’t perform that action at this time.
0 commit comments