terraform-provider-helmfile version: v0.13.3
helmfile version: v0.138.4
Overview:
Charts from oci repository, supported in helmfile v0.138.4, are exported in random directories each time during plan and apply resulting in difference in diff_output and produces following error
Error: Provider produced inconsistent final plan
When expanding the plan for helmfile_release_set.kubernetes to include new
values learned so far during apply, provider
"registry.terraform.io/mumoshu/helmfile" produced an invalid new value for
.diff_output: was cty.StringVal(...) but now cty.StringVal(...).
terraform-provider-helmfile version: v0.13.3
helmfile version: v0.138.4
Overview:
Charts from oci repository, supported in helmfile v0.138.4, are exported in random directories each time during plan and apply resulting in difference in
diff_outputand produces following error