Skip to content

Releases: QualiTorque/terraform-provider-torque

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

v0.4.5

08 Oct 10:25
3da5f70
Compare
Choose a tag to compare
Space creds resource (#75)

* space creds resource

* finish implementation of space git creds resource

* small textual fix

---------

Co-authored-by: Amir Rashkovsky <[email protected]>

v0.4.4

01 Oct 12:05
1d3d8f2
Compare
Choose a tag to compare
improve tag value association error handling (#73)

* improve tag value association error handling

* fix syntax

* handle edge case where tag value exists in state but was removed from torque by api

* textual issue

v0.4.3

26 Sep 12:56
ac8685c
Compare
Choose a tag to compare
Gitlab enterprise repo optional token (#72)

* make gitlab enterprise resource token argument be optional so creds will be created only if token is provided

v0.4.2

23 Sep 12:37
651db5c
Compare
Choose a tag to compare
Blueprint tags fix (#71)

* finish implementation of blueprint tag value resource

* handle other errors than tag already overriden error

v0.4.1

16 Sep 11:32
4e1ad39
Compare
Choose a tag to compare
Repositories fix (#67)

* fix codecommit request model and create implementation

* fix gitlab enterprise repo request and func, move repo func to new file

* example update

* implement wait and retry for blueprint to be published in catalog item read implementation

---------

Co-authored-by: Amir Rashkovsky <[email protected]>

v0.4.0

15 Sep 16:13
bb01561
Compare
Choose a tag to compare
Environment label association resource (#66)

* env label resource

* fix read

* force replace label if key is changed

* env label resource test

* initial env label association resource, implemented create and delete plus test

* implement read, add get environment labels func

* implement update, add helper function to check if label exists in plan/state labels to determinte if to remove or add it in the api request

* add test

* fix

* update doc and example

* remove redundant printing

* lint fix

* remove redundant printing

* add coniditon to error in read implementation to fix failed test on tf 1.1.*

* fix test so it will run on different envs per tf version tested

---------

Co-authored-by: Amir Rashkovsky <[email protected]>

v0.3.8

26 Aug 14:29
52bf191
Compare
Choose a tag to compare
Aws cost target test (#60)

* test and fixes

* fixes, implement update

* doc update

* support update

* unique cost target name to support parallel tests