From 726535fae076cf302216db918f5213798f0791da Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 24 Sep 2023 18:08:47 +0300 Subject: [PATCH] update README.md --- gcp-region/README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/gcp-region/README.md b/gcp-region/README.md index d79fcc3..61cee45 100644 --- a/gcp-region/README.md +++ b/gcp-region/README.md @@ -27,7 +27,19 @@ This module adds Google Cloud Platform regions to your Coder template. ```hcl module "regions" { - source = "https://registry.coder.com/modules/gcp-regions" - regions = ["europe-west"] + source = "https://registry.coder.com/modules/gcp-regions" + regions = ["europe-west"] + single_zone_per_region = false + } + ``` + +3. Add a single zone from each region in US and Europe that laos has GPUs + + ```hcl + module "regions" { + source = "https://registry.coder.com/modules/gcp-regions" + regions = ["us"] + gpu_only = true + single_zone_per_region = true } ```