Search⌘ K
AI Features

Project: Create a Project That is Aware of the Workspace

Explore how to create a Terraform project that recognizes workspace names to dynamically manage AWS resources such as SQS queues and S3 buckets. Learn to apply changes to multiple workspaces and safely destroy resources, building your hands-on skills in managing infrastructure in different environments.

Problem Statement

Part #1

Create a project that is aware of the workspace. The project creates an sqs queue and s3 bucket and uses the workspace name in the name of the sqs queue and s3 bucket. Apply your ...