feat: Add initial Terraform provider for Lens Team Spaces (#4523) #8282
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.
PR Description: Implement Terraform Provider for Lens Team Workspaces
Title
feat: Add
lens_team_spaceresource for Team Workspaces managementDescription
This pull request introduces the
lens_team_spaceresource to the Lens Terraform Provider, enabling users to manage Lens Team Workspaces programmatically using Terraform.This feature allows for the creation, reading, updating, and deletion (CRUD) of Team Spaces, facilitating better automation and infrastructure-as-code practices for Lens users.
Changes
lens_team_spacename(required, string)description(optional, string)members(optional, list of strings)README.mdwith:dev_overrideslens_team_spaceRelated Issue
Fixes #4523
How Has This Been Tested?
go build) and tested with a sample Terraform configuration (as documented in theREADME.md).go test ./...passes (though currently limited to basic provider instantiation).Example Usage