Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Nov 7, 2023
1 parent 03dabb3 commit 85cc947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down

0 comments on commit 85cc947

Please sign in to comment.