Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created June 7, 2024 16:45
Show Gist options
  • Save KyMidd/832920e61327dca519c42a0a3e96ca72 to your computer and use it in GitHub Desktop.
Save KyMidd/832920e61327dca519c42a0a3e96ca72 to your computer and use it in GitHub Desktop.
locals {
gw_private_ips = length(local.server_names) == 0 ? [] : [ for vm in data.azurerm_virtual_machine.gw_host : vm.private_ip_address ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment