Location Args
data class LocationArgs(val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<LocationArgs>
Warning:
gcp.notebooks.Location
is deprecated and will be removed in a future major release. This resource is not functional. Represents a Location resource.
Import
Location can be imported using any of these accepted formats:
projects/{{project}}/locations/{{name}}
{{project}}/{{name}}
{{name}}
When using thepulumi import
command, Location can be imported using one of the formats above. For example:
$ pulumi import gcp:notebooks/location:Location default projects/{{project}}/locations/{{name}}
Content copied to clipboard
$ pulumi import gcp:notebooks/location:Location default {{project}}/{{name}}
Content copied to clipboard
$ pulumi import gcp:notebooks/location:Location default {{name}}
Content copied to clipboard