Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.0 - 2026-09-09

- Declare the module contract stable. The inputs, outputs, resource addresses, and provider
requirements are unchanged from 0.1.0.
- Pin the usage example to 1.0.0.

## 0.1.0 - 2026-09-07

- Extract the `warehouse` resource module from `536tech/workspace/databricks` version 0.1.1.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The resource addresses above are part of the DataTF import contract. Do not rena
```hcl
module "warehouse" {
source = "536tech/sql-warehouse/databricks"
version = "0.1.0"
version = "1.0.0"

name = "Analytics WH"
cluster_size = "Small"
Expand Down