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
Re-run terraform plan and it still detects the tag:
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
~ datadog_monitor.script_runtime
tags.#: "1" => "0"
tags.0: "foo:bar" =>""
Plan: 0 to add, 1 to change, 0 to destroy.
Subsequent terraform plan invocations show the resources as out-of-sync, and subsequent terraform apply invocations end in the same result.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Create a new Datadog monitor using Terraform with a tag.
Remove the tag and do an apply, which will not remove the tag.
The text was updated successfully, but these errors were encountered:
Terraform Version
Affected Resource(s)
datadog_monitor
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Then remove the
tags
block:Expected Behavior
Actual Behavior
Terraform says it is removing the tag, but it doesn't happen:
Re-run
terraform plan
and it still detects the tag:Subsequent terraform plan invocations show the resources as out-of-sync, and subsequent terraform apply invocations end in the same result.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
The text was updated successfully, but these errors were encountered: