Skip to content

Commit

Permalink
fix: remove undeclared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
themaheshyadav committed Jul 11, 2023
1 parent a39c619 commit 7acbf26
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 @@ -31,12 +31,6 @@ variable "enabled" {
description = "Flag to control the firewall creation."
}

variable "database_firewall_enabled" {
type = bool
default = false
description = "Flag to control the firewall creation."
}

variable "allowed_ip" {
type = list(any)
default = []
Expand Down

0 comments on commit 7acbf26

Please sign in to comment.