Phase1-1
This commit is contained in:
@@ -8,5 +8,20 @@ terraform {
|
||||
}
|
||||
|
||||
provider "azurerm" {
|
||||
# Configuration options
|
||||
}
|
||||
features{}
|
||||
subscription_id = "4b2d6154-f4c5-4854-be82-12dfc82d4d23"
|
||||
}
|
||||
|
||||
module "network" {
|
||||
source = "../../modules/network"
|
||||
vnet_name = "dev-vnet"
|
||||
resource_group_name = "dev-rg"
|
||||
location = "UK South"
|
||||
address_space = ["10.0.0.0/16"]
|
||||
subnets = { public = "10.0.1.0/24", private = "10.0.2.0/24" }
|
||||
environment = "dev"
|
||||
project = "TerraformBootcamp"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user