## Description
This PR adds a **Cloud DevOps Workspace** template that provides a
ready-to-use multi-cloud developer environment.
The workspace runs on **Amazon EKS** and includes built-in
authentication support for **AWS**, **Azure**, and **GCP**, allowing
developers to work seamlessly across all major cloud providers.
It supports **Terraform**, **Pulumi**, and **AWS CDK** as
Infrastructure-as-Code tools, and installs cloud CLIs, IaC tooling, and
multi-cloud helpers automatically.
## Type of Change
* [x] New template
## Template Information
**Path:** `registry/nboyers/templates/cloud-dev`
## Testing & Validation
* [x] Code formatted (`bun run fmt`)
* [x] Terraform validated (`terraform validate`)
* [x] Template tested locally on EKS with workspace creation and
successful agent startup
* [x] Verified multi-cloud auth (`AWS`, `Azure`, and `GCP`)
## Related Issues
None
---------
Co-authored-by: Noah Boyers <noah@MacBook-Pro.local>
Co-authored-by: Atif Ali <atif@coder.com>
Co-authored-by: DevCats <christofer@coder.com>
Co-authored-by: Noah Boyers <noah@coder.com>