terraform-google-service-accounts icon indicating copy to clipboard operation
terraform-google-service-accounts copied to clipboard

Creates one or more service accounts and grants them basic roles

Results 19 terraform-google-service-accounts issues
Sort by recently updated
recently updated
newest added

If you want to create a single service account with the module, a error appears about a for_each: ```hcl module "gke_service_account" { source = "terraform-google-modules/service-accounts/google" version = "~> 4.0" project_id...

enhancement
triaged
P4

### TL;DR Attribute `iam_emails` returns full service account `id` / `name` instead of `account_id` (same with return attribute `emails`) ### Expected behavior ``` > module.service_accounts.iam_emails { "first" = "serviceAccount:[email protected]" "second"...

bug
triaged

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.14` -> `1.18` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [golang.org/x/crypto](https://togithub.com/golang/crypto) | require | minor | `v0.0.0-20200728195943-123391ffb6de` -> `v0.1.0`...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 10.0` -> `~>...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

### TL;DR Hello, I am not able to create a ServicAccount without prefix ``` Error: "account_id" ("test") doesn't match regexp "^[a-z](?:[-a-z0-9]{4,28}[a-z0-9])$" with module.service-accounts.google_service_account.service_accounts["test"], on .terraform/modules/service-accounts/main.tf line 39, in resource "google_service_account"...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---|---| | cft/developer-tools...

dependencies

:robot: I have created a release *beep* *boop* --- ## [4.2.3](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.2.2...v4.2.3) (2024-04-08) ### Bug Fixes * **deps:** bump golang.org/x/crypto from 0.7.0 to 0.17.0 in /modules/key-distributor/files/function ([#104](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/104)) ([440d9b8](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/440d9b804e5a91fc2c2370bc12570f08ea935ab5)) * **deps:** bump...

autorelease: pending

Resolves #86 Allows any display name to be used for each account when creating multiple accounts.