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
3.46
1.8.5
datadog_monitor_config_policy
resource "datadog_monitor_config_policy" "testing" { policy_type = "tag" tag_policy { tag_key = "test" tag_key_required = false valid_tag_values = [ "1", "2" ] } }
NONE
When I update the valid_tag_values this should be reflected in the Datadog portal
Policy stays the same, when causes errors if you have used the new tag within datdog monitors.
Terraform init '' apply
Docker container within Azure Devops
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: