Skip to content

Instantly share code, notes, and snippets.

@imartinflores
Created June 30, 2023 14:46
Show Gist options
  • Save imartinflores/821639705a56453c12d745e11b7a3391 to your computer and use it in GitHub Desktop.
Save imartinflores/821639705a56453c12d745e11b7a3391 to your computer and use it in GitHub Desktop.
resource "azurerm_virtual_network" "networkname" {
name = "${var.resource_group_name}-deparment-vnet"
address_space = ["addressspace/port"]
location = var.vm_location
resource_group_name = var.resource_group_name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment