Location
Represents a Location resource.
Import
Location can be imported using any of these accepted formats* projects/{{project}}/locations/{{name}} * {{project}}/{{name}} * {{name}} In Terraform v1.5.0 and later, use an import block to import Location using one of the formats above. For exampletf import { id = "projects/{{project}}/locations/{{name}}" to = google_notebooks_location.default }
$ pulumi import gcp:notebooks/location:Location When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Location can be imported using one of the formats above. For exampleContent copied to clipboard
$ 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