Skip to content

Commit 6217068

Browse files
committed
docs: fix zone names in gcp docs
1 parent 5a5155f commit 6217068

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/data-sources/env_gcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Bring Your Own Cloud (BYOC) GCP environment data source.
6969
- `spec_revision` (Number) Spec revision
7070
- `zones` (List of String) Explicit list of GCP zones. At least 2 required.
7171
Examples:
72-
- ["us-west1a", "us-west1b"]
72+
- ["us-west1-a", "us-west1-b"]
7373

7474
<a id="nestedatt--load_balancers"></a>
7575
### Nested Schema for `load_balancers`

docs/resources/env_gcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ data "altinitycloud_env_gcp_status" "this" {
134134
- `skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
135135
- `zones` (List of String) Explicit list of GCP zones. At least 2 required.
136136
Examples:
137-
- ["us-west1a", "us-west1b"]
137+
- ["us-west1-a", "us-west1-b"]
138138

139139
### Read-Only
140140

@@ -362,7 +362,7 @@ data "altinitycloud_env_gcp_status" "this" {
362362
- `skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
363363
- `zones` (List of String) Explicit list of GCP zones. At least 2 required.
364364
Examples:
365-
- ["us-west1a", "us-west1b"]
365+
- ["us-west1-a", "us-west1-b"]
366366

367367
### Read-Only
368368

internal/provider/common/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const GCP_REGION_DESCRIPTION = `GCP region ([docs](https://cloud.google.com/abou
150150
`
151151
const GCP_ZONES_DESCRIPTION = `Explicit list of GCP zones. At least 2 required.
152152
Examples:
153-
- ["us-west1a", "us-west1b"]
153+
- ["us-west1-a", "us-west1-b"]
154154
`
155155
const GCP_NODE_GROUP_NODE_TYPE_DESCRIPTION = `Machine type ([docs](https://cloud.google.com/compute/docs/machine-resource)).
156156

0 commit comments

Comments
 (0)