Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdatadog committed Feb 21, 2025
1 parent f428429 commit 83a61bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datadog/resource_datadog_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -10883,6 +10883,7 @@ func getNumberFormatFormulaSchema() map[string]*schema.Schema {
Type: schema.TypeList,
MinItems: 1,
MaxItems: 1,
Required: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"canonical": &schema.Schema{
Expand Down Expand Up @@ -10928,6 +10929,7 @@ func getNumberFormatFormulaSchema() map[string]*schema.Schema {
Type: schema.TypeList,
MinItems: 0,
MaxItems: 1,
Optional: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"unit_name": &schema.Schema{
Expand Down

0 comments on commit 83a61bb

Please sign in to comment.