Skip to content

Commit

Permalink
typo in middlemanager envs
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghettifunk committed Sep 1, 2020
1 parent 94484d1 commit 6ebaa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middlemanager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "kubernetes_deployment" "middlemanager" {
}

dynamic "env" {
for_each = local.broker_env_variables
for_each = local.middlemanager_env_variables
content {
name = env.value.name
value = env.value.value
Expand Down

0 comments on commit 6ebaa4b

Please sign in to comment.