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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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