Terraform Provider Concourse Versions Save

A terraform provider for Concourse

v6.2.0

3 years ago

This release has been tested with Concourse v6.2.0

Changes:

  • In concourse_team the owner field is no longer optional

Review the full diff

Thanks to @evilr00t

Note: future releases will be published from https://github.com/terraform-provider-concourse/terraform-provider-concourse/releases

v5.8.0

4 years ago

This release has been tested with Concourse v5.8.0

Changes:

  • Only set roles with users or groups, to avoid nil roles in Concourse output
  • Updated tests

Thanks to @samrees and @katieschilling

v5.6.0

4 years ago

This release supports Concourse v5.6.0 and has support for creating all roles:

  • Owner
  • Member
  • Pipeline Operator
  • Viewer

Thanks to @samrees and @chrisfarms