From b057b6931df19689a6dd7a9ab94b1c82cd1cf15f Mon Sep 17 00:00:00 2001 From: Luis Faustino Date: Sun, 12 Apr 2015 22:23:15 +0100 Subject: [PATCH] Fix #1402 Fixed the argument reference from 'name' to 'image'. --- r/image.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/image.html.markdown b/r/image.html.markdown index a2c89611..7a79ad08 100644 --- a/r/image.html.markdown +++ b/r/image.html.markdown @@ -28,7 +28,7 @@ resource "docker_image" "ubuntu" { The following arguments are supported: -* `name` - (Required) The name of the Docker image, including any tags. +* `image` - (Required) The name of the Docker image, including any tags. * `keep_updated` - (Optional) If true, then the Docker image will always be updated on the host to the latest. If this is false, as long as an image is downloaded with the correct tag, it won't be redownloaded if