Skip to content

Commit

Permalink
tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankf committed Jan 20, 2025
1 parent 064503b commit 60fabb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 60fabb5

Please sign in to comment.