Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created January 10, 2022 22:21
Show Gist options
  • Save esenthil2018/b9897cb35964b83c5d0810776a9f6a96 to your computer and use it in GitHub Desktop.
Save esenthil2018/b9897cb35964b83c5d0810776a9f6a96 to your computer and use it in GitHub Desktop.
variable "project_id" {
description = "MLOps-Terraform Project"
type = string
}
variable "region" {
description = "The region for the GCS bucket"
type = string
default = null
}
variable "zone" {
description = "The zone for a Vertex Notebook instance"
type = string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment