Skip to content

Commit

Permalink
fix terraform lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
  • Loading branch information
Aneurysm9 committed Dec 2, 2022
1 parent 12b6563 commit b8bb189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks/haproxy/haproxy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "helm_release" "haproxy" {
repository = "https://haproxy-ingress.github.io/charts"
chart = "haproxy-ingress"
version = "0.13.9"

set {
name = "defaultBackend.enabled"
value = "true"
Expand Down

0 comments on commit b8bb189

Please sign in to comment.