Provider Cache
Last updated
Last updated
The component use to execute terraform/opentofu configuration is stateless so everytime that it is executing a job will try to download the terraform/opentofu providers, in order to speed up the execution the following environment variable can be added to have a provider cache.
When deploying the helm chart the following can be used to add an emptyDir volume to cache the providers.
Make sure to use the correct size for the volume mount, in the example is only using 1024Mi, more information can be found in this link