Skip to content

Commit

Permalink
add missing cert permissions for test (#21372)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Apr 11, 2023
1 parent 7109122 commit dac253e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions internal/services/nginx/nginx_certificate_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,15 @@ resource "azurerm_key_vault" "test" {
"Get",
]
certificate_permissions = [
"Get",
"Create",
"Delete",
"List",
"Purge",
"Recover",
]
secret_permissions = [
"Get",
"Delete",
Expand Down

0 comments on commit dac253e

Please sign in to comment.