diff --git a/gcp-region/README.md b/gcp-region/README.md index 0ca76e1..ab5daf3 100644 --- a/gcp-region/README.md +++ b/gcp-region/README.md @@ -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"