Skip to content

Commit

Permalink
revert lines
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjasa-db committed Jul 16, 2024
1 parent c675734 commit 0c5bd54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serving/resource_model_serving.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ func ResourceModelServing() common.Resource {
m["name"].ForceNew = true
common.MustSchemaPath(m, "config", "served_models").ConflictsWith = []string{"config.served_entities"}
common.MustSchemaPath(m, "config", "served_entities").ConflictsWith = []string{"config.served_models"}
common.MustSchemaPath(m, "config", "served_models", "scale_to_zero_enabled").Required = false
common.MustSchemaPath(m, "config", "served_models", "scale_to_zero_enabled").Optional = true
common.MustSchemaPath(m, "config", "served_models", "scale_to_zero_enabled").Default = true
common.MustSchemaPath(m, "config", "traffic_config").Computed = true
common.MustSchemaPath(m, "config", "auto_capture_config", "table_name_prefix").Computed = true

Expand Down

0 comments on commit 0c5bd54

Please sign in to comment.