Skip to content

Commit 0fab390

Browse files
committed
The Kubernetes provider uses a subtly different name than actual Kubernetes
1 parent e986fbd commit 0fab390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ resource "kubernetes_deployment" "deployment" {
7171
path = var.healthcheck_path
7272
port = 80
7373

74-
dynamic "httpHeaders" {
74+
dynamic "http_header" {
7575
for_each = var.healthcheck_headers
7676
iterator = header
7777
content {

0 commit comments

Comments
 (0)