Back to Terraform Provider Aws

Terraform AWS Provider WorkSpaces Package

internal/service/workspaces/README.md

6.43.01.3 KB
Original Source
<!-- Copyright IBM Corp. 2014, 2026 --> <!-- SPDX-License-Identifier: MPL-2.0 -->

Terraform AWS Provider WorkSpaces Package

This area is primarily for AWS provider contributors and maintainers. For information on using Terraform and the AWS provider, see the links below.

Acceptance tests for the following resource types are bundled into the TestAccWorkSpaces_serial test:

  • aws_workspaces_directory
  • aws_workspaces_ip_group
  • aws_workspaces_workspace

Acceptance tests for the following data sources are bundled into the TestAccWorkSpacesDataSource_serial test:

  • aws_workspaces_bundle
  • aws_workspaces_directory
  • aws_workspaces_image
  • aws_workspaces_workspace

To invoke specific tests in a bundle, use the subtest specification syntax (/<Package> or /<Package>/<test>).