added note on gpu_only for gcp-region

This commit is contained in:
Stephen Kirby
2023-10-10 15:51:17 +00:00
parent 3b40e2ee36
commit f171434059

View File

@@ -28,6 +28,8 @@ resource "google_compute_instance" "example" {
### 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
module "gcp_region" {
source = "https://registry.coder.com/modules/gcp-region"