We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e986fbd commit 0fab390Copy full SHA for 0fab390
1 file changed
main.tf
@@ -71,7 +71,7 @@ resource "kubernetes_deployment" "deployment" {
71
path = var.healthcheck_path
72
port = 80
73
74
- dynamic "httpHeaders" {
+ dynamic "http_header" {
75
for_each = var.healthcheck_headers
76
iterator = header
77
content {
0 commit comments