Skip to content

Commit 29a9379

Browse files
committed
chore(billing): enable consistency errors
1 parent d888258 commit 29a9379

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

internal/services/billing/consumption_data_source.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ func DataSourceConsumptions() *schema.Resource {
6969
Type: schema.TypeString,
7070
},
7171
},
72+
EnableLegacyTypeSystemApplyErrors: true,
73+
EnableLegacyTypeSystemPlanErrors: true,
7274
}
7375
}
7476

internal/services/billing/invoices_data_source.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ func DataSourceInvoices() *schema.Resource {
124124
},
125125
"organization_id": account.OrganizationIDSchema(),
126126
},
127+
EnableLegacyTypeSystemApplyErrors: true,
128+
EnableLegacyTypeSystemPlanErrors: true,
127129
}
128130
}
129131

0 commit comments

Comments
 (0)