What does this fix?
When trying to patch a cost report resource's date_interval, the start_date and end_date are being included because they are part of the TF state. This results in the API overwriting the provided date_interval field with the value custom. Incompatibility is mentioned in the API docs.
Paired on this with @whereandy.
What does this fix? When trying to patch a cost report resource's
date_interval
, thestart_date
andend_date
are being included because they are part of the TF state. This results in the API overwriting the provideddate_interval
field with the valuecustom
. Incompatibility is mentioned in the API docs.