Skip to content

Commit

Permalink
Merge pull request #1532 from hashicorp/t/applications-tests-fixes
Browse files Browse the repository at this point in the history
`applications` - fix-up deprecation change in applications test for many owners
  • Loading branch information
jackofallops authored Oct 16, 2024
2 parents 47ff8ea + 7ebbf71 commit 568f677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/applications/application_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1580,8 +1580,8 @@ resource "azuread_application" "owner" {
}
resource "azuread_service_principal" "owner" {
count = 27
application_id = azuread_application.owner[count.index].application_id
count = 27
client_id = azuread_application.owner[count.index].client_id
}
resource "azuread_user" "owner" {
Expand Down

0 comments on commit 568f677

Please sign in to comment.