Skip to content

Commit

Permalink
Run terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKunka authored Mar 22, 2024
1 parent d5187b9 commit f1f0a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/groups/group_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ resource "azuread_group" "test" {
display_name = "acctestGroup-%[2]d"
security_enabled = true
members = [
azuread_group.nested.object_id
azuread_group.nested.object_id
]
}
`, r.templateDiverseDirectoryObjects(data), data.RandomInteger)
Expand Down

0 comments on commit f1f0a42

Please sign in to comment.