Terraform resource: google service account
(Redirected from Google service account)
Jump to navigation
Jump to search
google_service_account (doc)
Official example[edit]
resource "google_service_account" "service_account" {
account_id = "service-account-id"
display_name = "Service Account"
}
Related[edit]
- Service account
google_project_servicegoogle_project_iam_member- Gemini GCP compute instance basic example
gcloud iam service-accounts list
See also[edit]
Advertising: