Skip to content

Commit

Permalink
feat: update managed identity assignment and assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
gareda committed Aug 1, 2024
1 parent 01dff3c commit cdec499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testing.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ run "plan" {
}

assert {
condition = azurerm_application_gateway.main.identity[0].identity_ids[0] == run.setup.managed_identity_id
condition = tolist(azurerm_application_gateway.main.identity[0].identity_ids) == tolist([run.setup.managed_identity_id])
error_message = "The Managed Identity ID is not as expected."
}
}
Expand Down

0 comments on commit cdec499

Please sign in to comment.