Skip to content

Commit 875175f

Browse files
apeabodyDawid212
authored andcommitted
fix: correct output value path (GoogleCloudPlatform#13233)
1 parent 3006884 commit 875175f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/website/docs/d/container_attached_versions.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data "google_container_attached_versions" "uswest" {
1818
1919
2020
output "first_available_version" {
21-
value = data.google_container_attached_versions.versions.valid_versions[0]
21+
value = data.google_container_attached_versions.uswest.valid_versions[0]
2222
}
2323
```
2424

0 commit comments

Comments
 (0)