Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The attribute "application_id" is deprecated. #139

Open
ngwwm opened this issue Mar 6, 2024 · 1 comment
Open

The attribute "application_id" is deprecated. #139

ngwwm opened this issue Mar 6, 2024 · 1 comment

Comments

@ngwwm
Copy link

ngwwm commented Mar 6, 2024

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
Copy link

RockyMM commented Apr 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants