PGSSoft / terraform-provider-mssql

MS SQL Terraform provider
MIT License
17 stars 9 forks source link

The attribute "application_id" is deprecated. #139

Open ngwwm opened 6 months ago

ngwwm commented 6 months ago

Hi there, I got the following warning message using the mssql_azuread_service_principal. Is it something we need to worry about? Cheers.

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.

│ Warning: Deprecated attribute │ │ on sql_database.tf line 23, in resource "mssql_azuread_service_principal" "example": │ 23: client_id = data.azuread_service_principal.example.application_id │ │ The attribute "application_id" is deprecated. Refer to the provider documentation for details. │ │ (and one more similar warning elsewhere)

RockyMM commented 4 months ago

I guess you control the azurerm provider version on your own. The azurerm provider migrated the application_id attribute to client_id attribute in one of the recent updates. At some point, the azurerm provider will remove the application_id attribute and then this provider will stop working.