alphagov / terraform-provider-concourse

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

Add `concourse_teams` data source #30

Closed pd closed 3 years ago

pd commented 3 years ago

Similar to data sources like aws_security_groups, allows callers to retrieve the list of all teams in Concourse. This can be helpful when the teams themselves are not owned by Terraform, but you need to create related cloud resources for each team.

risicle commented 3 years ago

Just pushed the v7.2.0 tag with this. Should be out in an hour or so.