Skip to content

Commit

Permalink
Merge pull request #81 from DFE-Digital/feature/859-terraform-modules…
Browse files Browse the repository at this point in the history
…-change-nullable-probe-path

removed nullable from probe_path
  • Loading branch information
temitope777 authored Dec 21, 2023
2 parents 9c6bed9 + 8cdb4fc commit 1dd8e0d
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 1dd8e0d

Please sign in to comment.