Skip to content

Commit 034a56e

Browse files
authored
fix: updated vars
1 parent 3ded11c commit 034a56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ variable "delegations" {
4545
}
4646

4747
variable "nsg_id" {
48-
type = string
48+
type = map(string)
4949
description = "The ID of the Network Security Group which should be associated with the Subnet"
50-
default = null
50+
default = {}
5151
}
5252

5353
variable "export_subnet_id" {

0 commit comments

Comments
 (0)