terraform-k8s icon indicating copy to clipboard operation
terraform-k8s copied to clipboard

Adding missing Category for Workspace Variable

Open jtyr opened this issue 3 years ago • 1 comments

This is a draft PR that is adding missing functionality to change variable category once the variable was already created in TFC. It's a draft because there is missing functionality to set the variable category in the upstream TFE SDK. I have created PR to add the functionality to the SDK so as soon as that's merged, I will amend this PR with updated upstream SDK.

jtyr avatar May 11 '22 13:05 jtyr

I have upgraded the go-tfe dependency to the latest version to get the Category support available. As the go-tfe interface changed a little bit, I had to modify some other bits of the code to reflect that.

jtyr avatar Jul 05 '22 10:07 jtyr