Created
January 10, 2022 22:21
-
-
Save esenthil2018/b9897cb35964b83c5d0810776a9f6a96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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