Skip to content

Commit 0c2442a

Browse files
authored
Correct new field to use snake_case
1 parent 35bbf17 commit 0c2442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kibana/slo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ func getSchema() map[string]*schema.Schema {
457457
Optional: true,
458458
Computed: true,
459459
},
460-
"preventInitialBackfill": {
460+
"prevent_initial_backfill": {
461461
Description: "Prevents the underlying ES transform from attempting to backfill data on start, which can sometimes be resource-intensive or time-consuming and unnecessary",
462462
Type: schema.BoolAttribute,
463463
Optional: true,

0 commit comments

Comments
 (0)