Update README.md

pull/21/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 68aa70bbe6
commit 906535f9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,9 +15,9 @@ This module adds Google Cloud Platform regions to your Coder template.
To use this module, add the following snippet to your template manifest: To use this module, add the following snippet to your template manifest:
```hcl ```hcl
module "gcp_regions" { module "regions" {
source = "https://registry.coder.com/modules/gcp-regions" source = "https://registry.coder.com/modules/gcp-regions"
gcp_regions = ["us-west1", "us-west2", "us-west3"] # Add your desired regions here, use ["all"] for all regions default = ["us-west1", "us-west2", "us-west3"] # Add your desired regions here, use ["all"] for all regions
gpu_only = true gpu_only = true
} }
``` ```

Loading…
Cancel
Save