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
The below config is stripped of identifying info, so don't be surprised if the main and tfvars don't match up here. The code runs and creates the resources.
main.tf
Datadog Terraform Provider Version
v3.46.0
Terraform Version
v1.9.7
What resources or data sources are affected?
resource_datadog_monitor
Terraform Configuration Files
The below config is stripped of identifying info, so don't be surprised if the main and tfvars don't match up here. The code runs and creates the resources.
main.tf
terraform.tfvars sample
Relevant debug or panic output
Sample monitor created, as you can see
options.scheduling_options.evaluation_window.timezone
is set to UTC:Expected Behavior
I would expect the monitor to inherit the timezone parameter from the recurrence block since there is no
timezone
parameter withinevaluation_window
Actual Behavior
Timezone is getting set to UTC every time.
Steps to Reproduce
terraform init
terraform plan
terraform apply -auto-approve
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: