solutions-terraform-jenkins-gitops
solutions-terraform-jenkins-gitops copied to clipboard
`load_config_file` in helm provider is deprecated
The load_config_file
arg of the helm provider is deprecated. See helm documentation here
At this step of your tutorial, the terraform plan
fails 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!