From 63ddd271575f14ff8d07b4b991581b85924f0254 Mon Sep 17 00:00:00 2001 From: Boris HUISGEN Date: Mon, 8 Oct 2018 20:14:36 +0200 Subject: [PATCH] Update doc Signed-off-by: Boris HUISGEN --- website/docs/r/container.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/container.html.markdown b/website/docs/r/container.html.markdown index 72558fa6..15f2e32e 100644 --- a/website/docs/r/container.html.markdown +++ b/website/docs/r/container.html.markdown @@ -65,6 +65,8 @@ data is stored in them. See [the docker documentation][linkdoc] for more details one of "no", "on-failure", "always", "unless-stopped". * `max_retry_count` - (Optional, int) The maximum amount of times to an attempt a restart when `restart` is set to "on-failure" +* `start` - (Optional, bool) If true, then the Docker container will be + started after creation. If false, then the container is only created. * `must_run` - (Optional, bool) If true, then the Docker container will be kept running. If false, then as long as the container exists, Terraform assumes it is successful.