From 7acbf2632f72747fee8daec6d00ea2fece1c55ba Mon Sep 17 00:00:00 2001 From: mahesh yadav Date: Tue, 11 Jul 2023 13:42:04 +0530 Subject: [PATCH] fix: remove undeclared variable --- variables.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/variables.tf b/variables.tf index bcbe998..9d71668 100644 --- a/variables.tf +++ b/variables.tf @@ -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 = []