hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.83k stars 9.17k forks source link

[New Resource]: `aws_workspaces_bundle` #39357

Open bebold-jhr opened 1 month ago

bebold-jhr commented 1 month ago

Description

Bundles are the base for creating workspaces, but currently not supported by the terraform provider.

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

No response

References

Documentation: https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-bundles.html

AWS Go SDK https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/workspaces#Client.CreateWorkspaceBundle https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/workspaces#Client.DeleteWorkspaceBundle https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/workspaces#Client.DescribeBundleAssociations https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/workspaces#Client.DescribeWorkspaceBundles https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/workspaces#Client.UpdateWorkspaceBundle

Would you like to implement a fix?

No

github-actions[bot] commented 1 month ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue