Skip to content

Commit 6fec54b

Browse files
committed
Fix: Removed the unused variable
1 parent a7f5aec commit 6fec54b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,6 @@ variable "enable_security_group" {
330330
description = "Enable default Security Group with only Egress traffic allowed."
331331
}
332332

333-
variable "existing_sg_id" {
334-
type = string
335-
default = null
336-
description = "Provide existing security group id for updating existing rule"
337-
}
338-
339333
variable "egress_rule" {
340334
type = bool
341335
default = true

0 commit comments

Comments
 (0)