Skip to content

Commit

Permalink
default metrics switch to false
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerry committed Feb 16, 2024
1 parent 62cc958 commit fb39bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ variable "iact_subnet_time_limit" {
}

variable "metrics_endpoint_enabled" {
default = null
default = false
type = bool
description = "(Optional) Metrics are used to understand the behavior of Terraform Enterprise and to troubleshoot and tune performance. Enable an endpoint to expose container metrics. Defaults to false."
}
Expand Down

0 comments on commit fb39bd4

Please sign in to comment.