We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b40e2e commit f171434Copy full SHA for f171434
gcp-region/README.md
@@ -28,6 +28,8 @@ resource "google_compute_instance" "example" {
28
29
### Add only GPU zones in the US West 1 region
30
31
+Note: setting `gpu_only = true` and using a default region without GPU support, the default will be set to `null`.
32
+
33
```hcl
34
module "gcp_region" {
35
source = "https://registry.coder.com/modules/gcp-region"
0 commit comments