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

Provider produced inconsistent final plan for Workflows #627

Open
Reinhard-Pilz-Dynatrace opened this issue Jan 29, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@Reinhard-Pilz-Dynatrace
Copy link
Collaborator

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.
@Reinhard-Pilz-Dynatrace Reinhard-Pilz-Dynatrace added the bug Something isn't working label Jan 29, 2025
@Reinhard-Pilz-Dynatrace Reinhard-Pilz-Dynatrace changed the title Provider produced inconsistent final plan for Worklows Provider produced inconsistent final plan for Workflows Jan 29, 2025
Reinhard-Pilz-Dynatrace added a commit that referenced this issue Jan 29, 2025
Reinhard-Pilz-Dynatrace added a commit that referenced this issue Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant