hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.33k stars 1.73k forks source link

Add data source for retrieving all service accounts from a project #20025

Closed bestefreund closed 1 week ago

bestefreund commented 1 week ago

Community Note

Description

Add data source for retrieving all service accounts from a project

New or Affected Resource(s)

Potential Terraform Configuration

data "google_service_accounts" "example" {
  project = "example-project"
}

References

https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts/list

b/376066147

melinath commented 1 week ago

Note from triage: information for pagination support: https://github.com/hashicorp/terraform-provider-google/issues/19157 Information about plural datasources: https://github.com/hashicorp/terraform-provider-google/issues/8255