Created
June 30, 2023 14:46
-
-
Save imartinflores/821639705a56453c12d745e11b7a3391 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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