Phase1
This commit is contained in:
@@ -1 +1,19 @@
|
||||
variable "resource_group_name" { type = string }
|
||||
variable "resource_group_name" {
|
||||
description = "Name of the resource group"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
description = "Azure region"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "address_space" {
|
||||
description = "CIDR for the Virtual Network"
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "subnets" {
|
||||
description = "Map of subnet names and CIDRs"
|
||||
type = map(string)
|
||||
}
|
||||
Reference in New Issue
Block a user