Ben McKerry

Results 3 comments of Ben McKerry

hi @agoddard, if zookeeper/clickhouse don't seem to be the cause I'd recommend looking at the kafka container to see if restarting that container specifically fixes the issue (and also checking...

For now, I worked around the issue by adding this to the GHA env: ```bash INPUT_POST_EXEC_0: | IFS=$'\n' local -r log_file="${terragrunt_log_file}" local terragrunt_log_content=$(cat "${log_file}") local terragrunt_output=$(clean_colors "${terragrunt_log_content}") local diffs_only_output="" local...

Hello, is there any update on this? We'd like to use this module, but not being able to use custom roles with it greatly hinders our usage.