Skip to content

Releases: QualiTorque/terraform-provider-torque

v0.7.4

20 Jan 11:57
e32185f
Compare
Choose a tag to compare
Deployment engine resource (#113)

* deployment engine resource

* finish implementation

* test fix, use unique names per tf version

* update generate test step

* add generate to makefile

v0.7.3

16 Jan 11:11
bf4f645
Compare
Choose a tag to compare
Create LICENSE

v0.7.2

13 Jan 17:36
9a1e8e1
Compare
Choose a tag to compare
Catalog item labels support (#109)

* support catalog item labels, enhance catalog item destruction process

* add labels to catalog item test

v0.7.1

13 Jan 14:04
a9fee75
Compare
Choose a tag to compare
Spaces data source (#108)

* new spaces data source

* remove comment

* lint test

v0.7.0

13 Jan 11:16
89f6841
Compare
Choose a tag to compare
fix duration and always on conflict bug (#107)

v0.6.3

09 Jan 15:46
bc19073
Compare
Choose a tag to compare
Resource inventory resource (#104)

* resource inventory init commit

* working create

* implement deletion

* omit empty allowed space names to finish off create and delete

* add regex validation for view arn, rename creation method as its also used for update

* test

* update resource and docs

* code cleanup

v0.6.2

07 Jan 17:24
6936994
Compare
Choose a tag to compare
S3 object content input source (#102)

* initial implementation

* finish crud implementation

* add automation test

* test adjustments

* update docs, example, rename source code files

* add missing argumnets in test resource

v0.6.1

05 Jan 15:25
Compare
Choose a tag to compare
update catalog item custom icon fix

v0.6.0

05 Jan 13:20
8c300a4
Compare
Choose a tag to compare
Space workflow update fix (#100)

* support custom icons for space workflows

* update example

* implement update

* bug fix

v0.5.9

05 Jan 10:49
089e33b
Compare
Choose a tag to compare
Space workflows custom icon (#99)

* support custom icons for space workflows

* update example