We have several pipelines in Azure-Devops performing Terraform init-plan-apply. Until now worked fine. But all of a sudden we are getting these errors in the Init phase.
Initializing the backend...
╷
│ Error: Invalid backend configuration argument
│
│ The backend configuration argument "arm_subscription_id" given on the command line is not expected for the selected backend type.
╵ Error: Invalid backend configuration argument
│
│ The backend configuration argument "arm_tenant_id" .....
│ The backend configuration argument "arm_client_id" .....
│ The backend configuration argument "arm_client_secret" ....
On the hasicorp website I found a remark on this https://www.terraform.io/upgrade-guides/0-15.html . But thegeneration of the init command is completelly done by DevOps, there is no place where I can change the arm_client_id to client_id (and the others).
Anybody has seen this behaviour and being able to solve it.