ProjectLocation

{{% examples %}}

Example Usage

{{% /examples %}}

Import

ProjectLocation can be imported using any of these accepted formats

$ pulumi import gcp:firebase/projectLocation:ProjectLocation default projects/{{project}}
$ pulumi import gcp:firebase/projectLocation:ProjectLocation default {{project}}

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val locationId: Output<String>

The ID of the default GCP resource location for the Project. The location must be one of the available GCP resource locations.

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>