Skip to content

Commit

Permalink
Better example indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qboileau committed Jan 29, 2025
1 parent 9233484 commit 0efceef
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ resource "conduktor_gateway_interceptor_v2" "header-removal" {
plugin_class = "io.conduktor.gateway.interceptor.safeguard.MessageHeaderRemovalPlugin"
priority = 100
config = jsonencode(jsondecode(<<EOF
{
"topic": "topic-.*",
"headerKeyRegex": "headerKey.*"
}
EOF
{
"topic": "topic-.*",
"headerKeyRegex": "headerKey.*"
}
EOF
))
}
}

0 comments on commit 0efceef

Please sign in to comment.