Skip to content

Commit

Permalink
feat(deps): update terraform terraform-google-modules/service-account…
Browse files Browse the repository at this point in the history
…s/google ( 4.2.1 → 4.4.1 )

| datasource       | package                                          | from  | to    |
| ---------------- | ------------------------------------------------ | ----- | ----- |
| terraform-module | terraform-google-modules/service-accounts/google | 4.2.1 | 4.4.1 |


Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent f3f1566 commit da2b271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armature/prod/gcp/bootstrap/org.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module "bootstrap" {

module "sa_tf_seed_ro" {
source = "terraform-google-modules/service-accounts/google"
version = "4.2.1"
version = "4.4.1"
project_id = module.bootstrap.seed_project_id
prefix = ""
names = ["tf-seed-viewer"]
Expand Down
2 changes: 1 addition & 1 deletion armature/prod/gcp/kutara/sa.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "external_secrets_sa" {
source = "terraform-google-modules/service-accounts/google"
version = "4.2.1"
version = "4.4.1"
project_id = module.kutara-proj-prod.project_id
prefix = "k8s"
names = ["external-secrets"]
Expand Down

0 comments on commit da2b271

Please sign in to comment.