From 60fabb59ae6f9b62abccd9cd7f1a3bf3882416ed Mon Sep 17 00:00:00 2001 From: fblankendaal Date: Mon, 20 Jan 2025 11:01:27 +0100 Subject: [PATCH] tf fmt --- main.tf | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 1db1b05..7fad7f5 100644 --- a/main.tf +++ b/main.tf @@ -39,7 +39,7 @@ resource "azurerm_subnet" "this" { content { name = split("/", each.value.delegate_to)[1] service_delegation { - name = each.value.delegate_to + name = each.value.delegate_to actions = each.value.delegate_to_actions != null ? each.value.delegate_to_actions : lookup(var.subnet_delegations_actions, each.value.delegate_to, null) } } diff --git a/variables.tf b/variables.tf index e9acfa7..4f0e65d 100644 --- a/variables.tf +++ b/variables.tf @@ -333,5 +333,5 @@ variable "subnet_delegations_actions" { "PaloAltoNetworks.Cloudngfw/firewalls" = ["Microsoft.Network/virtualNetworks/subnets/action"] "Qumulo.Storage/fileSystems" = ["Microsoft.Network/virtualNetworks/subnets/action"] } - description = "List of delegation actions when delegations of subnets is used, will be done for query" + description = "List of delegation actions when delegations of subnets is used, will be used for querying" } \ No newline at end of file