We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform 0.12.28 datadog 2.11.0
resource "datadog_downtime" "downtime" { scope = ["*"] start = 1583843883 active = true monitor_tags = [ "environment:dev", "check_type:monitor", "project:test" ] }
The datadog_downtime resource applied properly and will not change after follow apply the configuration.
datadog_downtime
Incorrect monitor_tags priority and terraform configuration change every time.
monitor_tags
terraform apply
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Terraform Version
terraform 0.12.28
datadog 2.11.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
The
datadog_downtime
resource applied properly and will not change after follow apply the configuration.Actual Behavior
Incorrect
monitor_tags
priority and terraform configuration change every time.Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: