Skip to content

Commit

Permalink
Update service_principal_password documentation to correct azuread_se…
Browse files Browse the repository at this point in the history
…rvice_principal example
  • Loading branch information
andrewluotechnologies authored Mar 20, 2024
1 parent 66ba716 commit 474c7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/service_principal_password.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "azuread_application" "example" {
}
resource "azuread_service_principal" "example" {
application_id = azuread_application.example.application_id
client_id = azuread_application.example.client_id
}
resource "azuread_service_principal_password" "example" {
Expand All @@ -42,7 +42,7 @@ resource "azuread_application" "example" {
}
resource "azuread_service_principal" "example" {
application_id = azuread_application.example.application_id
client_id = azuread_application.example.client_id
}
resource "time_rotating" "example" {
Expand Down

0 comments on commit 474c7f3

Please sign in to comment.