Install azurerm cutom provider in a debian-based linux agent. When for some reason it is requierd to work with an azurerm custom provider.
resources:
repositories:
- repository: templates
type: github
name: pagopa/azure-pipeline-templates
ref: refs/tags/v14
jobs:
- template: templates/terraform-custom-azurerm/template.yaml@templates
parameters:
AZURERM_PROVIDER_CUSTOM_VERSION: '2.46.1'
AZURERM_PROVIDER_CUSTOM_RELEASE: '2.46-beta.1'
- AZURERM_PROVIDER_CUSTOM_VERSION the version of the custom provider.
- AZURERM_PROVIDER_CUSTOM_RELEASE the release of the custom provider.
- AZURERM_PROVIDER_CUSTOM_URL the url repository from which to download the binary of the custom provider (optional).
Set both of them to none wheter you do not want to install the custom provider.