Skip to content

Commit

Permalink
removed nullable from probe_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tope Emmanuel committed Dec 21, 2023
1 parent 9c6bed9 commit 8cdb4fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aks/application/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ variable "web_port" {

variable "probe_path" {
type = string
nullable = false
default = "/healthcheck"
description = "Path for the liveness and startup probe. The probe can be disabled by setting this to null."
}
Expand Down

0 comments on commit 8cdb4fc

Please sign in to comment.