Skip to content

Releases: QualiTorque/terraform-provider-torque

v0.5.5

30 Dec 14:36
ccecc51
Compare
Choose a tag to compare
Blueprint display name (#93)

* add request model and func to update blueprint display name

* implement update display name during creat and update, update docs and example

v0.5.4

26 Dec 16:25
35e273c
Compare
Choose a tag to compare
Allow repo association with existing credentials (#91)

* add RepoSpaceAssociationWithCredentials model and logic to support creating repo with either exisitng credentials or an access token

* implement updating repo credentials

* add validator so only access token or credentials name are used

* remove comments

* update doc

v0.5.3

22 Dec 11:53
1298b18
Compare
Choose a tag to compare
Space workflows (#90)

* handle space workflows in a dedicated resource

* update docs and examples

v0.5.2

20 Dec 10:13
68c5555
Compare
Choose a tag to compare
Add self-service attribute to workflows (#89)

* allow publishing/unpublishing workflow to self service catalog

* add get space workflows method to query workflow scope for better resource management

* change resource description

* handle self_service null for space workflow

* finish

* fix typo

* update doc

v0.5.1

18 Dec 14:19
85c521f
Compare
Choose a tag to compare
Workflow resource (#88)

* torque workflow resource init commit

* finish implementation

v0.5.0

03 Dec 13:19
9179c87
Compare
Choose a tag to compare
Bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.1…

v0.4.9

24 Oct 20:27
1d032c6
Compare
Choose a tag to compare
Refactor introspection resource to support custom links and colors (#79)

* Refactor introspection resource to support custom links and colors

* align doc with new example, add string validator for legal values for icon, comment flaky test

* fix typo

* fix lint issue from flaky test

---------

Co-authored-by: amiros89 <amir.rashko@gmail.com>

v0.4.8

23 Oct 10:52
6e83074
Compare
Choose a tag to compare
add label and optional color attributes (#78)

v0.4.7

14 Oct 14:20
15ead78
Compare
Choose a tag to compare
Introspection links (#77)

* add links attribute to introspection resource

* update example and doc

* fix typos, add links variable to example

v0.4.6

10 Oct 14:52
2017097
Compare
Choose a tag to compare
Git creds (#76)

* git creds resource

* finish implementation

* remove unused code