Skip to content

Commit

Permalink
Fix google_compute_image data example (#3271)
Browse files Browse the repository at this point in the history
The example specifies an image family, not a specific image
  • Loading branch information
monkeyfuddle authored and danawillow committed May 6, 2019
1 parent 828636d commit 8c21fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/datasource_compute_image.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Get information about a Google Compute Image. Check that your service account ha

```hcl
data "google_compute_image" "my_image" {
name = "debian-9"
family = "debian-9"
project = "debian-cloud"
}
Expand Down

0 comments on commit 8c21fef

Please sign in to comment.