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
Customer reports applying Workflows leads to this error message
Error: Provider produced inconsistent final plan
3774│
3775│ When expanding the plan for
3776│ module.wf_strata_qa_test_statuses.dynatrace_automation_workflow.POC_Workflow_Alert
3777│ to include new values learned so far during apply, provider
3778│ "registry.terraform.io/dynatrace-oss/dynatrace" produced an invalid new
3779│ value for .tasks[0].task: planned set element
3780│ cty.ObjectVal(map[string]cty.Value{"action":cty.NullVal(cty.String),
3781│ "active":cty.NullVal(cty.Bool), "concurrency":cty.StringVal(""),
3782│ "conditions":cty.ListValEmpty(cty.Object(map[string]cty.Type{"custom":cty.String,
3783│ "else":cty.String, "states":cty.Map(cty.String)})),
3784│ "description":cty.NullVal(cty.String), "input":cty.NullVal(cty.String),
3785│ "name":cty.NullVal(cty.String),
3786│ "position":cty.ListValEmpty(cty.Object(map[string]cty.Type{"x":cty.Number,
3787│ "y":cty.Number})),
3788│ "retry":cty.ListValEmpty(cty.Object(map[string]cty.Type{"count":cty.String,
3789│ "delay":cty.String, "failed_loop_iterations_only":cty.Bool})),
3790│ "timeout":cty.NullVal(cty.String), "wait_before":cty.NullVal(cty.String),
3791│ "with_items":cty.StringVal("")}) does not correlate with any element in
3792│ actual.
3793│
3794│ This is a bug in the provider, which should be reported in the provider's
3795│ own issue tracker.
The text was updated successfully, but these errors were encountered:
Reinhard-Pilz-Dynatrace
changed the title
Provider produced inconsistent final plan for Worklows
Provider produced inconsistent final plan for Workflows
Jan 29, 2025
Customer reports applying Workflows leads to this error message
The text was updated successfully, but these errors were encountered: