bonzofenix
bonzofenix
@Infra-Red can you take a look at this? Thanks!
what do you think about just replacing in the original implementation: ` => ` with just: ` => ` This would be a breaking change for anyone using this property...
the same could apply for inputs: https://github.com/cloudfoundry-community/logsearch-boshrelease/blob/799a42d2ffd9ccfd5d140cf7d3f47f0bd60772c8/jobs/ingestor_syslog/templates/config/input_and_output.conf.erb#L40
this was never merged?!?!
Same error here !
I found this same issue when I tried to generate the input for the matrix in a dependent job of the main one.
Built this image in the meantime to use the cf cli v7: https://hub.docker.com/r/bonzofenix/cf-resource usage: ``` ... resource_types: - name: cf type: registry-image source: repository: bonzofenix/cf-resource ```
@cppforlife Reading thourgh terraform cloud docs, they recommend vendoring any missing dependency in their worker with a git submodule. I got this working by vendoring https://github.com/bonzofenix/carvel_binaries as a submodule to...
I just skimmed through the files and look good, @geigerj0 and I talked about transitioning to .PHONY targets only. Focusing on our main use case for make which is running...
@joergdw do you think we can move this pr to https://github.com/cloudfoundry/app-autoscaler ?