Update README.md

pull/37/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent f1c11117fe
commit 20334b42d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,10 +15,11 @@ This module adds Google Cloud Platform regions to your Coder template.
1. Add only GPU zones in the US West 1 region: 1. Add only GPU zones in the US West 1 region:
```hcl ```hcl
module "regions" { module "gcp_regions" {
source = "https://registry.coder.com/modules/gcp-regions" source = "git::https://github.com/coder/modules.git//gcp-region?branch=gcp-region"
default = ["us-west1"] default = ["us-west1-a"]
gpu_only = true regions = ["us-west1"]
gpu_only = false
} }
``` ```
@ -27,6 +28,6 @@ This module adds Google Cloud Platform regions to your Coder template.
```hcl ```hcl
module "regions" { module "regions" {
source = "https://registry.coder.com/modules/gcp-regions" source = "https://registry.coder.com/modules/gcp-regions"
default = ["europe-west"] regions = ["europe-west"]
} }
``` ```

Loading…
Cancel
Save