Skip to content

Commit db1ba1a

Browse files
apeabodyyerniyazN
authored andcommitted
fix: correct output value path (GoogleCloudPlatform#13233)
1 parent 30e08b9 commit db1ba1a

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)