From 85cc947a47c27436b3546cfab3f157caa95e7d4a Mon Sep 17 00:00:00 2001 From: hezijie Date: Tue, 7 Nov 2023 13:45:51 +0800 Subject: [PATCH] correct typo --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7904e5e..4d710c0 100644 --- a/main.tf +++ b/main.tf @@ -26,7 +26,7 @@ resource "azurerm_container_app_environment" "container_env" { tags = var.container_app_environment_tags lifecycle { - precodition { + precondition { condition = var.container_app_environment_internal_load_balancer_enabled == null || var.container_app_environment_infrastructure_subnet_id != null error_message = "`var.container_app_environment_internal_load_balancer_enabled` can only be set when `var.container_app_environment_infrastructure_subnet_id` is specified." }