---
title: "New data sources and expanded upstream support added to the Cloudsmith Terraform Provider"
description: "We've significantly enhanced the Cloudsmith Terraform Provider with new data sources and expanded support for upstream formats."
canonical_url: "https://cloudsmith.com/changelog/new-data-sources-and-expanded-upstream-support-added-to-the-cloudsmith-terraform-provider"
last_updated: "2025-11-26T01:11:39.113Z"
---
# New data sources and expanded upstream support added to the Cloudsmith Terraform Provider

We've significantly enhanced the Cloudsmith Terraform Provider with new **data sources** and expanded support for **upstream formats**.

## New data sources

New data sources have been added to allow customers to retrieve information about their organization's configuration (like a `GET` request), enabling the creation of more complex Terraform code based on specific outputs:

- [OIDC]()
- [Service list]()
- [Service details]()
- [List teams]()
- [List team members]()

## Upstream format support

The `cloudsmith_upstream` resource now supports several new upstream formats:

- **Go**
- **Cargo**
- **Conda**
- **HuggingFace**
- **Hex**

For more information, including examples and documentation on all resources, please visit:

- **Official documentation**: [https://registry.terraform.io/providers/cloudsmith-io/cloudsmith/latest/docs](https://registry.terraform.io/providers/cloudsmith-io/cloudsmith/latest/docs)
- **Technical commit details:**
   - [GitHub Commit 1]()
   - [GitHub Commit 2]()
