Skip to content

Commit

Permalink
Fix: Removed the unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav7797 committed Sep 6, 2023
1 parent a7f5aec commit 6fec54b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,6 @@ variable "enable_security_group" {
description = "Enable default Security Group with only Egress traffic allowed."
}

variable "existing_sg_id" {
type = string
default = null
description = "Provide existing security group id for updating existing rule"
}

variable "egress_rule" {
type = bool
default = true
Expand Down

0 comments on commit 6fec54b

Please sign in to comment.