Skip to content

Commit

Permalink
fix: fix main.tf error and removed duplicate variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavcloud committed Sep 16, 2024
1 parent 11e3950 commit b3d29a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,5 @@ resource "azurerm_monitor_diagnostic_setting" "firewall_diagnostic-setting" {
days = var.retention_days
}
}

}
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ variable "log_analytics_workspace_id" {
description = "log analytics workspace id to pass it to destination details of diagnosys setting of NSG."
}

variable "retention_policy_enabled" {
type = bool
default = false
description = "Set to false to prevent the module from creating retension policy for the diagnosys setting."
}

variable "days" {
type = number
Expand Down

0 comments on commit b3d29a5

Please sign in to comment.