terraform-provider-mssql
terraform-provider-mssql copied to clipboard
The attribute "application_id" is deprecated.
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)