Skip to content
New issue

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

Bug: Resource datadog_downtime change every time #577

Closed
karpenkoKhAI opened this issue Jul 14, 2020 · 0 comments · Fixed by #540
Closed

Bug: Resource datadog_downtime change every time #577

karpenkoKhAI opened this issue Jul 14, 2020 · 0 comments · Fixed by #540
Labels

Comments

@karpenkoKhAI
Copy link

Terraform Version

terraform 0.12.28
datadog 2.11.0

Affected Resource(s)

  • datadog_downtime

Terraform Configuration Files

resource "datadog_downtime" "downtime" {
  scope  = ["*"]
  start  = 1583843883
  active = true

  monitor_tags = [
    "environment:dev",
    "check_type:monitor",
    "project:test"
  ]
}

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

  1. terraform apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants