solutions-terraform-jenkins-gitops icon indicating copy to clipboard operation
solutions-terraform-jenkins-gitops copied to clipboard

`load_config_file` in helm provider is deprecated

Open Imane0 opened this issue 4 years ago • 0 comments

The load_config_file arg of the helm provider is deprecated. See helm documentation here

At this step of your tutorial, the terraform planfails with the following message :

Error: Unsupported argument on providers.tf line 55, in provider "helm": 55: load_config_file = false An argument named "load_config_file" is not expected here.

Removing or commenting the line with the load_config_file arg resolves the problem.

Can't create a pull request!

Imane0 avatar Jan 13 '21 12:01 Imane0