Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eytannnaim committed Aug 14, 2023
1 parent 170d4d0 commit d90b737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/azure/basic_deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module "agentless_gw_group" {
source = "../../../modules/azurerm/agentless-gw"
# version = "1.3.5" # latest release tag

friendly_name = join("-", [var.deployment_name, "gw", count.index])
friendly_name = join("-", [var.deployment_name_salted, "gw", count.index])
resource_group = local.resource_group
subnet_id = module.network.vnet_subnets[0]
storage_details = var.hub_managed_disk_details
Expand Down

0 comments on commit d90b737

Please sign in to comment.