You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DoiT API has an issue where it rightfully doesn't accept endDate for recurring budgets but then still populates this field a number. Which trips Terraform in that it tries to reset it to null, which fails.
Ideally, DoiT API needs to maintain endDate field as null for recurring budgets, but failing that our terraform provider needs to ignore endDate field if the budget type is recurring.
The text was updated successfully, but these errors were encountered:
DoiT API has an issue where it rightfully doesn't accept
endDate
for recurring budgets but then still populates this field a number. Which trips Terraform in that it tries to reset it to null, which fails.Ideally, DoiT API needs to maintain endDate field as null for recurring budgets, but failing that our terraform provider needs to ignore endDate field if the budget type is recurring.
The text was updated successfully, but these errors were encountered: