terraform-enterprise-api-python-client icon indicating copy to clipboard operation
terraform-enterprise-api-python-client copied to clipboard

Terraform Enterprise Python Client Library

Results 7 terraform-enterprise-api-python-client issues
Sort by recently updated
recently updated
newest added

fix https://github.com/JFryy/terraform-enterprise-api-python-client/issues/18

```python workspace.update(vcs_repo=None) ``` or ```python workspace.update(vcs_repo={}) ``` doesn't work.

fix https://github.com/JFryy/terraform-enterprise-api-python-client/issues/16

Hi, trying to update multiple workspaces by updating working directories to normalized. ```python workspace.update( working_directory=normalized, ) ``` Error: ```python TypeError: Object of type object_helper is not JSON serializable ``` After...

Added resources for: https://www.terraform.io/docs/cloud/api/configuration-versions.html#upload-configuration-files Truly awful implementation from Hashicorp, but is required to create plan runs that don't require discarding.

Hi, we are using your library and we need to change the workspace execution mode from organisation default to workspace level. I tried to use it and got an error....