From 7ef406779bbefff9d658cd9947eace058c382417 Mon Sep 17 00:00:00 2001 From: emily Date: Mon, 5 Aug 2019 19:30:16 +0000 Subject: [PATCH] More retries for CRM resources (project, org policies, folders) Signed-off-by: Modular Magician --- google/resource_firestore_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/resource_firestore_index.go b/google/resource_firestore_index.go index 73d7cbc3883..7aa8831cc19 100644 --- a/google/resource_firestore_index.go +++ b/google/resource_firestore_index.go @@ -80,7 +80,7 @@ func resourceFirestoreIndex() *schema.Resource { Type: schema.TypeString, Optional: true, ForceNew: true, - ValidateFunc: validation.StringInSlice([]string{"COLLECTION", ""}, false), + ValidateFunc: validation.StringInSlice([]string{"COLLECTION", "COLLECTION_GROUP", ""}, false), Default: "COLLECTION", }, "name": {