Skip to content

Commit

Permalink
chore: release 4.0.2 (#48)
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 Jul 6, 2021
1 parent 31304f2 commit 3d3eeb1
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.0.2](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.0.1...v4.0.2) (2021-06-30)


### Bug Fixes

* declare "key" output as sensitive value ([#47](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/issues/47)) ([31304f2](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/commit/31304f2bc30bc29e53d798de067ee543cba237b9))

### [4.0.1](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.0.0...v4.0.1) (2021-06-04)


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.0.1"
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.0.2"
}

}
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.0.1"
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.0.2"
}

}

0 comments on commit 3d3eeb1

Please sign in to comment.