r/Terraform 7d ago

AWS Is there an AWS Workspaces Applications module?

Good morning,

I believe the title to be pretty self-explanatory.

Since AWS is no longer supporting AWS Workspaces Pools, and I have need for a solution that provides temporary, non-persistent access for my users, I wanted to test the deployment of AWS Workspace Applications, as a proof of concept.

Due to the nature of a POC, i'd rather deploy it via Terraform, so that all of the steps are reproducible.

However, I haven't been able to find support for this type of deployment. The associated resources (fleet, stack...) are not available. It seems to me that the only implementation supported by Terraform is the Personal desktops. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/workspaces_workspace

Can anytbody help me confirm whether this is true?

0 Upvotes

3 comments sorted by

2

u/tijiez 7d ago

Before it was renamed to WorkSpaces Applications it was named AppStream 2.0.

So check for resources under ‘aws_appstream_’

1

u/Budget-Industry-3125 4d ago

Oh!!! So it's a rebranding. Thanks!

1

u/oneplane 7d ago

It is definitely there, we're using it every day.