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 examples #123

Closed amanpruthi closed 3 weeks ago

amanpruthi commented 2 months ago

PR has tested with below usecases:

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

This PR is included in version 3.5.0 :tada: