Skip to content

Commit 6b1a5ed

Browse files
set default value
1 parent 5e85bc6 commit 6b1a5ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sumologic/resource_sumologic_partition.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func resourceSumologicPartition() *schema.Resource {
7171
Type: schema.TypeBool,
7272
Description: "Indicates whether the partition is included in the default search scope. Configuring this property is exclusively permitted for flex partitions.",
7373
Optional: true,
74+
Default: true,
7475
},
7576
},
7677
}

0 commit comments

Comments
 (0)