Google Cloud AI Notebooks Environment
This page shows how to write Terraform for Cloud AI Notebooks Environment and write them securely.
google_notebooks_environment (Terraform)
The Environment in Cloud AI Notebooks can be configured in Terraform with the resource name google_notebooks_environment. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
create_timeoptional computed - string
Instance creation time
-
descriptionoptional - string
A brief description of this environment.
-
display_nameoptional - string
Display name of this environment for the UI.
A reference to the zone where the machine resides.
-
namerequired - string
The name specified for the Environment instance. Format: projects/[project_id]/locations/[location]/environments/[environmentId]
-
post_startup_scriptoptional - string
Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path. Example: "gs://path-to-file/file-name"
-
projectoptional computed - string -
container_imagelist block-
repositoryrequired - string
The path to the container image repository. For example: gcr.io/[project_id]/[imageName]
-
tagoptional - string
The tag of the container image. If not specified, this defaults to the latest tag.
-
-
timeoutssingle block -
vm_imagelist block-
image_familyoptional - string
Use this VM image family to find the image; the newest image in this family will be used.
-
image_nameoptional - string
Use VM image name to find the image.
-
projectrequired - string
The name of the Google Cloud project that this VM image belongs to. Format: projects/[project_id]
-
Explanation in Terraform Registry
A Cloud AI Platform Notebook environment. To get more information about Environment, see:
- API documentation
- How-to Guides