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

Monitor Policy #2627

Open
samhodgkinson opened this issue Oct 21, 2024 · 0 comments
Open

Monitor Policy #2627

samhodgkinson opened this issue Oct 21, 2024 · 0 comments
Labels

Comments

@samhodgkinson
Copy link

Datadog Terraform Provider Version

3.46

Terraform Version

1.8.5

What resources or data sources are affected?

datadog_monitor_config_policy

Terraform Configuration Files

resource "datadog_monitor_config_policy" "testing" {
policy_type = "tag"
tag_policy {
tag_key = "test"
tag_key_required = false
valid_tag_values = [
"1",
"2"
]
}
}

Relevant debug or panic output

NONE

Expected Behavior

When I update the valid_tag_values this should be reflected in the Datadog portal

Actual Behavior

Policy stays the same, when causes errors if you have used the new tag within datdog monitors.

Steps to Reproduce

Terraform init
'' apply

Important Factoids

Docker container within Azure Devops

References

No response

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

No branches or pull requests

1 participant