We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ad94f commit cff7577Copy full SHA for cff7577
1 file changed
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.0.1] - 2025-11-14
9
10
+### Changed
11
+- Re-release to trigger Terraform Registry ingestion
12
13
+## [1.0.0] - 2025-11-14
14
15
+### Added
16
+- Initial release of RunPod Terraform Provider
17
+- Pod resource for managing GPU and CPU pods
18
+- Network Volume resource for persistent storage
19
+- Serverless Endpoint resource for serverless deployments
20
+- Data sources for pods, endpoints, network volumes, and templates
21
+- Comprehensive documentation and examples
0 commit comments