wandb / terraform-google-wandb

A Terraform module for deploying Weights & Biases on GCP.
Apache License 2.0
12 stars 6 forks source link

feat: Added example tf for customers #120

Closed amanpruthi closed 2 months ago

amanpruthi commented 2 months ago
  1. Standard TF deployment using k8s operator in GCP - creating new VPC / VNet, new GKE cluster, new MySQL cluster, and new Redis cache.
  2. Custom TF deployment using k8s operator in GCP - in an existing VPC & pre-created subnets, connecting to an existing MySQL cluster, new GKE cluster, and new Redis cache.
  3. Custom TF deployment using k8s operator in GCP- in an existing VPC & pre-created subnets, connecting to an existing MySQL cluster, using an existing GKE cluster, and an existing Redis cache.
jsbroks commented 2 months ago

I don't think we need to add tf in the examples folder name