Skip to content

Commit

Permalink
Fix 201-vmss-disk-encryption-extension (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Nov 17, 2023
1 parent 2ca5b80 commit 97c14eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickstart/201-vmss-disk-encryption-extension/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resource "azurerm_key_vault_access_policy" "service-principal" {
"Create",
"Delete",
"Get",
"GetRotationPolicy",
"Update",
]

Expand Down Expand Up @@ -141,4 +142,4 @@ resource "random_password" "password" {
resource "random_pet" "prefix" {
prefix = var.prefix
length = 1
}
}

0 comments on commit 97c14eb

Please sign in to comment.