Skip to content

Commit 361e3ef

Browse files
authored
fix: update vars
1 parent b1c05d1 commit 361e3ef

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

variables.tf

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@ variable "delegations" {
4444
default = []
4545
}
4646

47+
variable "nsg_association_enabled" {
48+
type = bool
49+
description = "Boolean flag that determines if NSG association would be created"
50+
default = false
51+
}
52+
4753
variable "nsg_id" {
48-
type = map(string)
54+
type = string
4955
description = "The ID of the Network Security Group which should be associated with the Subnet"
50-
default = {}
56+
default = null
5157
}
5258

5359
variable "export_subnet_id" {

0 commit comments

Comments
 (0)