Creating azurerm_virtual_network_gateway_connection with terraform from a complex map object
I need a bit of help, trying to create a site-to-site vpn is Azure. This is the map I am using to define it: local_network_gateways = { vpn1 = { lng_gateway_address = "193.176.222.22", lng_address_space = ["10.18.0.0/16"], enabled = true, connections…