Skip to content

Commit f171434

Browse files
committed
added note on gpu_only for gcp-region
1 parent 3b40e2e commit f171434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gcp-region/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ resource "google_compute_instance" "example" {
2828

2929
### Add only GPU zones in the US West 1 region
3030

31+
Note: setting `gpu_only = true` and using a default region without GPU support, the default will be set to `null`.
32+
3133
```hcl
3234
module "gcp_region" {
3335
source = "https://registry.coder.com/modules/gcp-region"

0 commit comments

Comments
 (0)