Google Cloud
Project
Google Cloud Project
Attributes
Regions regions
type: []string
The regions infrastructure can be provisioned into.
Services services
type: []string
The services to allow access to.
Labels labels
type: map[string]string
Labels to add to the project.
Users that will be created within the project.
Service Accounts that will be created within the project.
ProjectID project_id
type: string
Output parameters
ProjectName project_name
type: string
Computed Attributes
These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
Meta ID meta.id
string
The full ID of the resource e.g. `resource.type.name`. This is computed from the full resource path:
Meta Type meta.type
string
The type of the resource. This taken from the type label of the resource definition.
Meta Name meta.name
string
The name of the resource. This taken from the name label of the resource definition.
User
Google Cloud User
Attributes
Name name
required
type: string
The username of the user.
Roles roles
type: []string
The roles that will be assigned to the user.
Email email
type: string
Output parameters
Password password
type: string
Computed Attributes
These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
ServiceAccount
Google Cloud Service Account
Attributes
Name name
required
type: string
The name of the service account.
Roles roles
type: []string
The roles that will be assigned to the service account.
Email email
type: string
Output parameters
Key key
type: string
Computed Attributes
These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
Last updated