Project Location Args
data class ProjectLocationArgs(val locationId: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ProjectLocationArgs>
{{% examples %}}
Example Usage
{{% /examples %}}
Import
ProjectLocation can be imported using any of these accepted formats
$ pulumi import gcp:firebase/projectLocation:ProjectLocation default projects/{{project}}
Content copied to clipboard
$ pulumi import gcp:firebase/projectLocation:ProjectLocation default {{project}}
Content copied to clipboard