Fix 201-function-app (#290)

This commit is contained in:
Neil Ye
2023-11-17 10:45:54 +08:00
committed by GitHub
parent b15cfb14ad
commit 9ff4e9f95a

View File

@ -47,5 +47,5 @@ resource "azurerm_linux_function_app" "main" {
resource "random_pet" "prefix" {
prefix = var.prefix
length = 2
}
length = 1
}