Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.6.0](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.5.4...v4.6.0) (2025-09-10)


### Features

* Add disabled flag ([#168](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/168)) ([4cc94c8](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/4cc94c89fce272826c6ba3ccdba223db4d5bc713))
* **deps:** Update Terraform google to v7 ([#175](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/175)) ([2de45e4](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/2de45e4adf40ec04a2df1844720e3b5666698df9))
* per module requirements to service accounts ([#167](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/167)) ([9ba28a5](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/9ba28a549f36a57a8b8e4714a29311703d6dba5d))


### Bug Fixes

* **deps:** bump golang.org/x/crypto from 0.31.0 to 0.35.0 ([#160](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/160)) ([7c1b8fa](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/7c1b8fa4839ac45478b0ac21c126afd1000a0efa))
* **deps:** Update module golang.org/x/crypto to v0.41.0 ([#179](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/179)) ([19c3c89](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/19c3c892602b9bfd93c68f397763d8ef0de4fb66))
* **deps:** Update module google.golang.org/api to v0.248.0 ([#170](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/170)) ([c3ddc88](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/c3ddc883c12d4a286f8d14b18c9c7864f1d41443))

## [4.5.4](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.5.3...v4.5.4) (2025-05-23)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
sourceType: git
version: 4.5.4
version: 4.6.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/key-distributor/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
sourceType: git
dir: /modules/key-distributor
version: 4.5.4
version: 4.6.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
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 @@ -33,7 +33,7 @@ terraform {
}

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

}
2 changes: 1 addition & 1 deletion modules/simple-sa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic usage of this submodule is as follows:
```hcl
module "sa" {
source = "terraform-google-modules/service-accounts/google//modules/simple-sa"
version = "~> 4.5"
version = "~> 4.6"

project_id = "<PROJECT ID>"
name = "sa-name"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple-sa/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
sourceType: git
dir: /modules/simple-sa
version: 4.5.4
version: 4.6.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple-sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.5.4"
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.6.0"
}
}
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.5.4"
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.6.0"
}

}
Loading