Skip to content

Commit

Permalink
chore(master): release 4.1.1 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Feb 17, 2022
1 parent cb0f7f0 commit db50449
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [4.1.1](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.1.0...v4.1.1) (2022-02-03)


### Bug Fixes

* Output values directly from resource ([#57](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/57)) ([cb0f7f0](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/cb0f7f0e3a70956477bd275e1949461124a3f233))

## [4.1.0](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.0.3...v4.1.0) (2022-01-05)


Expand Down
2 changes: 1 addition & 1 deletion modules/key-distributor/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.1.0"
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.1.1"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.1.0"
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.1.1"
}

}

0 comments on commit db50449

Please sign in to comment.