Skip to content

Commit 40c9b2e

Browse files
doc: Fix "regions and regions" into "regions and zones" (#3343) (#1930)
Co-authored-by: Hector Jusforgues <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Hector Jusforgues <[email protected]>
1 parent 68db373 commit 40c9b2e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3343.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/d/google_compute_regions.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |-
1010
# google\_compute\_regions
1111

1212
Provides access to available Google Compute regions for a given project.
13-
See more about [regions and regions](https://cloud.google.com/compute/docs/regions-zones/) in the upstream docs.
13+
See more about [regions and zones](https://cloud.google.com/compute/docs/regions-zones/) in the upstream docs.
1414

1515
```hcl
1616
data "google_compute_regions" "available" {

0 commit comments

Comments
 (0)