From f3bc644bc2f3bbaa1fbfd99fff986e029b4baca6 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'. --- website/source/docs/providers/docker/r/image.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/docker/r/image.html.markdown b/website/source/docs/providers/docker/r/image.html.markdown index a2c896110f..7a79ad083f 100644 --- a/website/source/docs/providers/docker/r/image.html.markdown +++ b/website/source/docs/providers/docker/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