terraform-provider-mssql icon indicating copy to clipboard operation
terraform-provider-mssql copied to clipboard

The attribute "application_id" is deprecated.

Open ngwwm opened this issue 11 months ago • 1 comments

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)

ngwwm avatar Mar 06 '24 23:03 ngwwm