google_notebooks_location

Represents a Location resource.

Argument Reference

The following arguments are supported:


Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

Timeouts

This resource provides the following Timeouts configuration options:

Import

Location can be imported using any of these accepted formats:

In Terraform v1.5.0 and later, use an import block to import Location using one of the formats above. For example:

import {
  id = "projects/{{project}}/locations/{{name}}"
  to = google_notebooks_location.default
}

When using the terraform import command, Location can be imported using one of the formats above. For example:

$ terraform import google_notebooks_location.default projects/{{project}}/locations/{{name}}
$ terraform import google_notebooks_location.default {{project}}/{{name}}
$ terraform import google_notebooks_location.default {{name}}

User Project Overrides

This resource supports User Project Overrides.