From 3f12dfcb353aee96a06d658260b2c316082d818c Mon Sep 17 00:00:00 2001 From: kyhavlov Date: Fri, 19 Aug 2016 20:35:00 -0400 Subject: [PATCH] docs: Fix exported attribute name in docker_registry_image --- d/registry_image.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d/registry_image.html.markdown b/d/registry_image.html.markdown index 740ac76e..6f821367 100644 --- a/d/registry_image.html.markdown +++ b/d/registry_image.html.markdown @@ -37,4 +37,4 @@ The following arguments are supported: The following attributes are exported in addition to the above configuration: -* `id` (string) - The ID of the image, as stored on the registry. +* `sha256_digest` (string) - The content digest of the image, as stored on the registry.