format terraform

This commit is contained in:
github-actions[bot]
2024-02-05 21:12:35 +00:00
committed by lonegunmanb
parent 8c845be0a2
commit 25aa1d089a
3 changed files with 20 additions and 20 deletions

View File

@ -1,17 +1,17 @@
variable "location" {
type = string
default = "westeurope"
description = "Location of the resource group"
type = string
default = "westeurope"
description = "Location of the resource group"
}
variable "vnet_address_space" {
type = string
default = "10.0.0.0/16"
description = "Address range of the virtual network"
type = string
default = "10.0.0.0/16"
description = "Address range of the virtual network"
}
variable "iothub_subnet_address_space" {
type = string
default = "10.0.3.0/24"
description = "Address range of the subnet containing the iothub"
type = string
default = "10.0.3.0/24"
description = "Address range of the subnet containing the iothub"
}