Skip to content

Commit

Permalink
format terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomMatiom committed Jul 8, 2024
1 parent 2ec048e commit ee954b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions modules/azure/stream_analytics/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ variable "stream_query" {
}

variable "loganalytics_diagnostic_setting" {
type = object({
workspace_id = string, // log analytics workspace ID
categories = optional(list(string)), // null list,means send all categories
metrics = optional(list(string)), // null list means send all metrics
type = object({
workspace_id = string, // log analytics workspace ID
categories = optional(list(string)), // null list,means send all categories
metrics = optional(list(string)), // null list means send all metrics
})
description = "Specifies the log categories that have to be sent to Log analytics."
default = null
Expand Down
8 changes: 4 additions & 4 deletions modules/azure/virtual_network/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ variable "address_space" {
}

variable "loganalytics_diagnostic_setting" {
type = object({
workspace_id = string, // log analytics workspace ID
categories = optional(list(string)), // null list,means send all categories
metrics = optional(list(string)), // null list means send all metrics
type = object({
workspace_id = string, // log analytics workspace ID
categories = optional(list(string)), // null list,means send all categories
metrics = optional(list(string)), // null list means send all metrics
})
description = "Specifies the log categories that have to be sent to Log analytics."
default = null
Expand Down

0 comments on commit ee954b7

Please sign in to comment.