Fix 201-vmss-disk-encryption-extension (#277)

This commit is contained in:
Neil Ye 2023-11-17 17:40:30 +08:00 committed by GitHub
parent 2ca5b80520
commit 97c14ebe74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ resource "azurerm_key_vault_access_policy" "service-principal" {
"Create",
"Delete",
"Get",
"GetRotationPolicy",
"Update",
]
@ -141,4 +142,4 @@ resource "random_password" "password" {
resource "random_pet" "prefix" {
prefix = var.prefix
length = 1
}
}