Skip to content

Release v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 13:38
6bf486b

CLI

  • Added a new unipipe terraform command to execute Terraform modules easily. For several service brokers execution of a Terraform Module is the central task they have to execute. The Terraform module must exist in the git repository that also contains the instances in a terraform/ folder. It must be compatible with a specific set of variables that will be provided to it via the unipipe terraform command. These variables are determined dynamically via the parameters and bindResource information provided by the UniPipe Service Broker.

OSB

  • no changes