alphagov / terraform-provider-concourse

A terraform provider for Concourse
MIT License
50 stars 28 forks source link

feature: Validate pipeline config #59

Open isaacsanders opened 1 year ago

isaacsanders commented 1 year ago

We should be able to use the ATC configvalidate module^1 in the same fashion that the validate helpers for fly^2 does.

risicle commented 1 year ago

See #42 for why we'd need a lot of convincing for this one.

eczy-tempus commented 8 months ago

@isaacsanders Hi! I'm the author of #42. Since the maintainers of this resource seem reluctant to include validation as a feature, I wrote a new new terraform resource with the sole purpose of validating concourse pipeline yaml. If you (or any future readers) are interested in this, please tag me in a comment. It's closed source at the moment, but with enough interest I might be able to convince my team to open source it.