Releases: QualiTorque/terraform-provider-torque
Releases · QualiTorque/terraform-provider-torque
v0.5.8
v0.5.7
v0.5.6
v0.5.5
v0.5.4
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
v0.5.2
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
v0.5.0
v0.4.9
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 <[email protected]>