Skip to content

Conversation

@aayushsingh2502
Copy link
Collaborator

Features:

  • OrganizationMemberships: list, read, read_with_options, create and delete functionalities implemented
  • WorkspaceResource: list functionalities implemented
  • PolicySetParameter: list, create, read, update and delete functionalities implemented

CodeCleanup:

  • Example files are cleaned up.

TestCases:
Screenshot 2025-12-08 at 12 31 39 PM

isivaselvan and others added 16 commits November 24, 2025 17:02
Added all api functionality for organization membership and done some…
- Add WorkspaceResource model and WorkspaceResourceListOptions
- Add WorkspaceResourcesService for listing workspace resources
- Add workspace_resources.py example CLI tool with flag-based interface
- Add comprehensive unit tests for workspace resources
- Update client.py to include workspace_resources service
- Update models/__init__.py with WorkspaceResource exports
- Remove urllib.parse import
- Remove URL encoding for workspace_id parameter
- Workspace IDs are alphanumeric with hyphens, no encoding needed
- Consistent with other services in the codebase
- Remove test_list_workspace_resources_url_encoding test
- URL encoding is not needed for workspace IDs
- All 376 tests now passing
feat: add workspace resources functionality
@aayushsingh2502 aayushsingh2502 requested a review from a team as a code owner December 8, 2025 07:02
@iam404 iam404 changed the title Next 0.1.1 Release 0.1.1 Dec 9, 2025
Comment on lines 39 to 44
print(" TFE_TOKEN environment variable is required")
return 1

if not org:
print(" TFE_ORG environment variable is required")
print(" TFE_ORG environment variable is required")
return 1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove leading space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants