added note on gpu_only for gcp-region

pull/84/head
Stephen Kirby 2 years ago
parent 3b40e2ee36
commit f171434059

@ -28,6 +28,8 @@ resource "google_compute_instance" "example" {
### Add only GPU zones in the US West 1 region ### Add only GPU zones in the US West 1 region
Note: setting `gpu_only = true` and using a default region without GPU support, the default will be set to `null`.
```hcl ```hcl
module "gcp_region" { module "gcp_region" {
source = "https://registry.coder.com/modules/gcp-region" source = "https://registry.coder.com/modules/gcp-region"

Loading…
Cancel
Save