Skip to content

Commit 8a84da5

Browse files
Lustre Datasource Docs fix (#14384) (#23418)
[upstream:0fac27fb6512b9ad813eac6773c21eb348541100] Signed-off-by: Modular Magician <[email protected]>
1 parent a19bba1 commit 8a84da5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changelog/14384.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unknown: Lustre Datasource Docs fix

website/docs/d/lustre_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use this data source to get information about a Lustre instance. For more inform
2727
```hcl
2828
data "google_lustre_instance" "instance" {
2929
name = "my-instance"
30-
location = "us-central1"
30+
zone = "us-central1-a"
3131
}
3232
```
3333

0 commit comments

Comments
 (0)