Skip to content

Commit

Permalink
Merge pull request #32 from mineiros-io/zied/prepare-release-0.1.0
Browse files Browse the repository at this point in the history
chore: prepare release 0.1.0
  • Loading branch information
zied-elouaer authored Nov 21, 2022
2 parents 57fe18f + ea54b63 commit b99d840
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]

### Added

- Add support for `var.computed_members_map`
Expand Down Expand Up @@ -102,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Implementation

[unreleased]: https://github.com/mineiros-io/terraform-google-service-account/compare/v0.0.12...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-service-account/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/mineiros-io/terraform-google-service-account/compare/v0.0.12...v0.1.0
[0.0.12]: https://github.com/mineiros-io/terraform-google-service-account/compare/v0.0.11...v0.0.12
[0.0.11]: https://github.com/mineiros-io/terraform-google-service-account/compare/v0.0.10...v0.0.11
[0.0.10]: https://github.com/mineiros-io/terraform-google-service-account/compare/v0.0.9...v0.0.10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Most basic usage just setting required arguments:

```hcl
module "terraform-google-service-account" {
source = "github.com/mineiros-io/terraform-google-service-account?ref=v0.0.12"
source = "github.com/mineiros-io/terraform-google-service-account?ref=v0.1.0"
account_id = "service-account-id"
display_name = "Service Account"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ section {
```hcl
module "terraform-google-service-account" {
source = "github.com/mineiros-io/terraform-google-service-account?ref=v0.0.12"
source = "github.com/mineiros-io/terraform-google-service-account?ref=v0.1.0"
account_id = "service-account-id"
display_name = "Service Account"
Expand Down
2 changes: 1 addition & 1 deletion test/unit-complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

module "test-sa" {
source = "github.com/mineiros-io/terraform-google-service-account?ref=v0.0.12"
source = "../.."

account_id = "service-account-id-${local.random_suffix}"
}
Expand Down

0 comments on commit b99d840

Please sign in to comment.