You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/azure/service-principal/buildingblock/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,8 +251,8 @@ No modules.
251
251
| <aname="output_application_object_id"></a> [application\_object\_id](#output\_application\_object\_id)| Object ID of the Entra ID application |
252
252
| <aname="output_authentication_method"></a> [authentication\_method](#output\_authentication\_method)| Authentication method for the service principal |
253
253
| <aname="output_azure_role"></a> [azure\_role](#output\_azure\_role)| Azure role assigned to the service principal |
254
-
| <aname="output_client_secret"></a> [client\_secret](#output\_client\_secret)| Client secret for the service principal (null if create\_client\_secret is false) |
255
-
| <aname="output_secret_expiration_date"></a> [secret\_expiration\_date](#output\_secret\_expiration\_date)| Date when the service principal secret will expire (null if create\_client\_secret is false) |
254
+
| <aname="output_client_secret"></a> [client\_secret](#output\_client\_secret)| Client secret for the service principal ("null" if create\_client\_secret is false) |
255
+
| <aname="output_secret_expiration_date"></a> [secret\_expiration\_date](#output\_secret\_expiration\_date)| Date when the service principal secret will expire ("null" if create\_client\_secret is false) |
256
256
| <aname="output_service_principal_id"></a> [service\_principal\_id](#output\_service\_principal\_id)| Client ID of the service principal (same as application\_id) |
257
257
| <aname="output_service_principal_object_id"></a> [service\_principal\_object\_id](#output\_service\_principal\_object\_id)| Object ID of the service principal |
258
258
| <aname="output_subscription_id"></a> [subscription\_id](#output\_subscription\_id)| Azure Subscription ID where role assignment was created |
0 commit comments