terraform-provider-concourse
terraform-provider-concourse copied to clipboard
A terraform provider for Concourse
We should be able to use the ATC configvalidate module[^1] in the same fashion that the validate helpers for fly[^2] does. [^1]: https://github.com/concourse/concourse/blob/master/atc/configvalidate/validate.go [^2]: https://github.com/concourse/concourse/blob/master/fly/commands/internal/validatepipelinehelpers/validate.go
I would like to use this provider on a windows machine. The binary compiles successfully with `GOOS=windows` however I have not thoroughly tested it.
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...
Hi, I'm having problems with using a varabilized input for across values. I've put together an example below to replicate. If I replace `values: ((.:config.versions))` with something hardcoded, everything runs...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
Hello! I was wondering if the pipelines could be [archived](https://concourse-ci.org/managing-pipelines.html#fly-archive-pipeline), instead of being [destroyed](https://concourse-ci.org/managing-pipelines.html#fly-destroy-pipeline), when the resource is removed from the configuration. At least for me that would be a...
Hello! Would it be please possible to add a variables option for `set-pipeline` (same as --var) ``` fly set-pipeline --help Usage: fly [OPTIONS] set-pipeline [set-pipeline-OPTIONS] Application Options: -t, --target= Concourse...
While working on https://github.com/alphagov/terraform-provider-concourse/pull/42 I noticed a number of linter complaints that presumably began appearing after the recent bump to go1.18. This PR fixes these, most commonly: - Error messages...
Since `pipeline_config` is not read from the API during the `Read` operation, a diff for it is not picked up when manually changing the pipeline configuration using fly. Reproducing: 1....