Skip to content

User

Google Cloud User

resource "google_project" "name" {
user "name" {
...
}
}
Attribute Description
Name name required


type: string
The username of the user.
user "username" {
...
}
Roles roles

type: []string
The roles that will be assigned to the user.
roles = ["roles/editor"]
Email email

type: string
Output parameters
Password password

type: string

These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.

Attribute Description