From cccb0f2471de46a9e49cb822aecbaadcefdeb8f8 Mon Sep 17 00:00:00 2001 From: cmendible <266546+cmendible@users.noreply.github.com> Date: Wed, 29 May 2024 10:00:18 +0200 Subject: [PATCH] Fixed typo in pool service priority --- infra/modules/apim/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/modules/apim/main.tf b/infra/modules/apim/main.tf index 93892c4..cb70eb5 100644 --- a/infra/modules/apim/main.tf +++ b/infra/modules/apim/main.tf @@ -59,7 +59,7 @@ resource "azapi_resource" "apim_backend_pool" { services = [ { id = azurerm_api_management_backend.openai.id - prioeity = 1 + priority = 1 weight = 1 } ]