Skip to content

Commit

Permalink
More retries for CRM resources (project, org policies, folders)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
emilymye authored and modular-magician committed Aug 5, 2019
1 parent 270583e commit 807a104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-beta/resource_firestore_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 807a104

Please sign in to comment.