Feature
- Support import resource in #52
Enhancement
Docs
Deps
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.21.0 to 2.24.1 in #27
- Bump goreleaser/goreleaser-action from 3 to 4 in #39
- Bump github.com/hashicorp/terraform-plugin-go from 0.14.1 to 0.14.3 in #42
Docs
- Fix docs forgeting to change cluster_spec data source to cluster_specs data source.
Deps
- Bump github.com/hashicorp/terraform-plugin-go from 0.14.0 to 0.14.1.
Compatibility Changes
- backup datasource is renamed to backups datasource.
- project datasource is renamed to projects datasource.
- restore datasource is renamed to restores datasource.
- cluster_spec datasource is renamed to cluster_specs datasource.
Features
- Support clusters datasource.
Changes
- Supplement the status information in cluster resource.
Docs:
- Change Developer Tier to Serverless Tier in response to TiDB Cloud release.
Changes:
- Credentials in provider change from username/password to public_key/private_key.
- Include terraform provider information in client requests.
Docs:
- Fix restore data source example.
- Update local development commands in README.
Docs:
- Add the use of
terraform init
in README.md. - Add the README.md link in provider example.
Features:
- Support datasource: project, cluster spec, restore, backup.
- Support resources: cluster, restore, backup.