TF- 30336 - Feature providing configuration version support to sdk #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.list- List configuration versions for a workspace with pagination and filtering support
2.create - Create new configuration versions with customizable options
3.read - Read configuration version details by ID
4.read_with_options - Read with include options for related resources
5.upload - Upload Terraform configurations using go-slug format
6.upload_tar_gzip - Direct binary tar.gz archive upload with httpx
7.download - Download configuration version archives as binary data
8.archive - Archive configuration versions
9.create_for_registry_module- Create configuration versions for registry modules (BETA)
10.soft_delete_backing_data - Soft delete backing data (Enterprise only)
11.restore_backing_data - Restore backing data (Enterprise only)
12.permanently_delete_backing_data - Permanently delete backing data (Enterprise only)