From c4c3c3f24d3082208e10c023d5f1e47986a1f739 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Wed, 31 May 2017 16:19:10 -0700 Subject: [PATCH] docs/google: Add "list" to tags description (#14975) The tags argument requires a list in order to work. --- .../docs/providers/google/r/compute_instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/google/r/compute_instance.html.markdown b/website/source/docs/providers/google/r/compute_instance.html.markdown index 3ed964a13..e0e7647f7 100644 --- a/website/source/docs/providers/google/r/compute_instance.html.markdown +++ b/website/source/docs/providers/google/r/compute_instance.html.markdown @@ -100,7 +100,7 @@ The following arguments are supported: * `service_account` - (Optional) Service account to attach to the instance. Structure is documented below. -* `tags` - (Optional) Tags to attach to the instance. +* `tags` - (Optional) A list of tags to attach to the instance. * `create_timeout` - (Optional) Configurable timeout in minutes for creating instances. Default is 4 minutes. Changing this forces a new resource to be created.