terraform-provider-argocd icon indicating copy to clipboard operation
terraform-provider-argocd copied to clipboard

Error: Provider produced inconsistent final plan

Open Eric-Fontana-Indico opened this issue 3 years ago • 0 comments

I updated to 3.1.0 of this module. Now I am getting:

"Error: Provider produced inconsistent final plan When expanding the plan for module.argo-registration.argocd_project.eks to include new values learned so far during apply, provider "registry.terraform.io/oboukili/argocd" produced an invalid new value for .spec[0].destination: planned set element cty.ObjectVal(map[string]cty.Value{"name":cty.NullVal(cty.String), "namespace":cty.StringVal("argo"), "server":cty.StringVal("https://kubernetes.default.svc")}) does not correlate with any element in actual.

This is a bug in the provider, which should be reported in the provider's own issue tracker."

Eric-Fontana-Indico avatar Jul 07 '22 15:07 Eric-Fontana-Indico