Skip to content

Commit

Permalink
Fix fixture test (#165)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update

* update

Co-authored-by: root <root@ubuntu-wyp.4smfdm3ngeyufpdz0muw5zebpc.bx.internal.cloudapp.net>
  • Loading branch information
yupwei68 and root authored Apr 29, 2021
1 parent c130793 commit 01fee36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/fixture/keyvault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ resource "azurerm_key_vault_access_policy" "test" {
"restore",
"set",
]

timeouts {
update = "45m"
delete = "45m"
}
}

resource "azurerm_key_vault_access_policy" "test-vm" {
Expand All @@ -87,6 +92,10 @@ resource "azurerm_key_vault_access_policy" "test-vm" {
secret_permissions = [
"get",
]
timeouts {
update = "45m"
delete = "45m"
}
}


Expand Down

0 comments on commit 01fee36

Please sign in to comment.