Skip to content

Instantly share code, notes, and snippets.

@IlyaKochnev
Created April 2, 2020 08:41
Show Gist options
  • Select an option

  • Save IlyaKochnev/b239856bfb923896130119eb481f32cc to your computer and use it in GitHub Desktop.

Select an option

Save IlyaKochnev/b239856bfb923896130119eb481f32cc to your computer and use it in GitHub Desktop.
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)
- .disable_openapi_validation: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .recreate_pods: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .verify: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .disable_crd_hooks: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .replace: planned value cty.False does not match config value cty.NullVal(cty.Bool)
: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .force_update: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .disable_webhooks: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number)
2020/04/02 11:33:18 [DEBUG] helm_release.nginx-ingress-controller: applying the planned Create change
2020/04/02 11:33:18 [DEBUG] helm_release.nginx-ingress-controller: apply errored, but we're indicating that via the Error pointer rather than returning it: could not find : stat : no such file or directory
2020/04/02 11:33:18 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: could not find : stat : no such file or directory
2020/04/02 11:33:18 [ERROR] <root>: eval: *terraform.EvalSequence, err: could not find : stat : no such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment