Releases: QualiTorque/terraform-provider-torque
Releases · QualiTorque/terraform-provider-torque
v0.4.8
v0.4.7
v0.4.6
v0.4.5
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
v0.4.3
v0.4.2
v0.4.1
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
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]>