Create an AI Platform Notebooks in GCP via Terraform. This will deploy a AI Platform Notebooks instance.
- Terraform 0.12+
terraform -v
- Google Cloud account
- Clone the repository.
git clone https://github.com/GoogleCloudPlatform/ai-platform-samples.git
cd ai-platform-samples/notebooks/tools/terraform/dlvm
-
Modify your variables Modify variables.tf and setup Google Cloud Project and instance specific settings.
-
Deploy instance using Terraform
Initialize configuration
terraform init
Validate configuration
terraform plan
Deploy instance
terraform apply
https://cloud.google.com/community/tutorials/getting-started-on-gcp-with-terraform