Phase1-2
This commit is contained in:
@@ -15,7 +15,7 @@ provider "azurerm" {
|
||||
module "network" {
|
||||
source = "../../modules/network"
|
||||
vnet_name = "dev-vnet"
|
||||
resource_group_name = "dev-rg"
|
||||
resource_group_name = "terraform"
|
||||
location = "UK South"
|
||||
address_space = ["10.0.0.0/16"]
|
||||
subnets = { public = "10.0.1.0/24", private = "10.0.2.0/24" }
|
||||
|
||||
Reference in New Issue
Block a user