Releases: MaterializeInc/terraform-provider-materialize
Releases · MaterializeInc/terraform-provider-materialize
v0.1.9
Features
- Support FOR SCHEMAS for postgres source #262
BugFixes
- Remove unnecessary default privilege attributes #294
Misc
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Features
- New resource
materialize_source_webhook
for Webhook Sources #271 - Support
disk
attribute for clusters and replicas #279
BugFixes
Misc
- Include missing attributes for managed cluster data sources #282
- Support key rotation for SSH tunnels #278
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Features
- Support for
ADD|DROP
tables with postgres sources #265 - Additional attributes for managed clusters #275
BugFixes
Misc
- Consistent documentation for common attributes #276
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
Features
- Include
subsource
as computed attribute for sources #263
BugFixes
- Remove managed clusters testing flag #261
Misc
Breaking Changes
- Remove
ownership
for cluster replica resource #259 - Require
target_role_name
for all default privilege resources #260 - Require
col_expr
for index resources #220
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Features
BugFixes
- Fix removing grants outside of Terraform state #245
Misc
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
Features
- Include
WITH (VALIDATE = false)
for testing #236
BugFixes
- Fix identifier quoting #239
Misc
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
Features
- Revised RBAC resources #218. A full overview of the Terraform RBAC resources can be found in the
rbac.md
- Support Managed Clusters #216
- Support
FORMAT JSON
for sources #227 - Support
EXPOSE PROGRESS
for kafka and postgres sources #213
BugFixes
- Rollback resource creation if ownership query fails #221
Misc
- Table context read includes column attributes #215
Breaking Changes
- As part of the #218 grant resources introduced in
0.0.9
have been renamed frommaterialize_grant_{object}
tomaterialize_{object}_grant
Full Changelog: v0.0.9...v0.1.0