From db94c7e1f0ed46423bc4016b5a21199239635608 Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Fri, 18 Dec 2020 22:31:32 -0500 Subject: [PATCH] doc: devices is a block, not a boolean --- website/docs/r/container.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/container.html.markdown b/website/docs/r/container.html.markdown index 6b2a6ed7..00f53c2a 100644 --- a/website/docs/r/container.html.markdown +++ b/website/docs/r/container.html.markdown @@ -83,7 +83,7 @@ data is stored in them. See [the docker documentation](https://docs.docker.com/n * `host` - (Optional, block) See [Extra Hosts](#extra_hosts-1) below for details. * `privileged` - (Optional, boolean) Run container in privileged mode. -* `devices` - (Optional, boolean) See [Devices](#devices-1) below for details. +* `devices` - (Optional, block) See [Devices](#devices-1) below for details. * `publish_all_ports` - (Optional, boolean) Publish all ports of the container. * `volumes` - (Optional, block) See [Volumes](#volumes-1) below for details. * `memory` - (Optional, int) The memory limit for the container in MBs.