Inconsistent start
times for datadog_downtime_schedule
resource after apply
#2535
Labels
start
times for datadog_downtime_schedule
resource after apply
#2535
Datadog Terraform Provider Version
v3.43.1
Terraform Version
v1.8.5
What resources or data sources are affected?
datadog_downtime_schedule
Terraform Configuration Files
Relevant debug or panic output
��� Error: Provider produced inconsistent result after apply
���
��� When applying changes to datadog_downtime_schedule.downtime_schedule,
��� provider "provider["registry.terraform.io/datadog/datadog"]" produced an
��� unexpected new value: .recurring_schedule.recurrence[0].start: was
��� cty.StringVal("2024-08-25T17:00:00"), but now
��� cty.StringVal("2024-08-25T13:00:00").
���
��� This is a bug in the provider, which should be reported in the provider's
��� own issue tracker.
���
���
��� Error: Provider produced inconsistent result after apply
���
��� When applying changes to datadog_downtime_schedule.downtime_schedule,
��� provider "provider["registry.terraform.io/datadog/datadog"]" produced an
��� unexpected new value: .recurring_schedule.recurrence[1].start: was
��� cty.StringVal("2024-08-23T02:00:00"), but now
��� cty.StringVal("2024-08-22T22:00:00").
���
��� This is a bug in the provider, which should be reported in the provider's
��� own issue tracker.
���
���
��� Error: Provider produced inconsistent result after apply
���
��� When applying changes to datadog_downtime_schedule.downtime_schedule,
��� provider "provider["registry.terraform.io/datadog/datadog"]" produced an
��� unexpected new value: .recurring_schedule.recurrence[2].start: was
��� cty.StringVal("2024-08-21T02:00:00"), but now
��� cty.StringVal("2024-08-20T22:00:00").
���
��� This is a bug in the provider, which should be reported in the provider's
��� own issue tracker.
Expected Behavior
The
datadog_downtime_schedule
resource should maintain the start times as configured, such as "2024-08-25T17:00:00", without alteration after applying.Actual Behavior
After applying, the start times for the
datadog_downtime_schedule
resource are unexpectedly altered, showing discrepancies such as changing from "2024-08-25T17:00:00" to "2024-08-25T13:00:00", indicating a possible bug in handling time data.Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: