Skip to content

Instantly share code, notes, and snippets.

@IlyaKochnev
IlyaKochnev / tf-helm-issue
Created April 2, 2020 08:41
log stripped
2020/04/02 11:33:18 [WARN] Provider "registry.terraform.io/-/helm" produced an invalid plan for helm_release.nginx-ingress-controller, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .max_history: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .reset_values: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .cleanup_on_fail: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .render_subchart_notes: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .skip_crds: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .wait: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .atomic: planned value cty.False does not match config value cty.NullVal(cty.Bool)