Skip to content

googleNotebooksLocation

Represents a Location resource.

Argument Reference

The following arguments are supported:


  • name - (Optional) Name of the Location resource.

  • project - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Attributes Reference

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

  • id - an identifier for the resource with format projects/{{project}}/locations/{{name}}
  • selfLink - The URI of the created resource.

Timeouts

This resource provides the following Timeouts configuration options:

  • create - Default is 20 minutes.
  • update - Default is 20 minutes.
  • delete - Default is 20 minutes.

Import

Location can be imported using any of these accepted formats:

$ 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.