v0.2.9
- Fixed documentation issues.
- Added missing resource importers and test to cover it.
- Migrated build from TravisCI to GitHub Actions.
- Fixed custom
config_fileissue configuration handling (#420).
Deprecations
databricks_notebookhas gotoverwrite,mkdirsandformatparameters, that always have to be set to certain values in order to follow expected behavior of terraform. These fields would be removed in 0.3 and always set to proper values.databricks_notebook&databricks_dbfs_filefieldcontentis deprecated and would be renamed tocontent_base64to further increase clarity.databricks_dbfs_filehas gotcontent,content_b64_md5,overwrite,mkdirs,validate_remote_filefields deprecated and they will be removed in the next version, where critical code path will be shared withdatabricks_notebook.network_error_messagesandverify_workspace_runnningfromdatabricks_mws_workspacesis deprecated and going to be removed in 0.3.error_messagesfromdatabricks_mws_networksare deprecated and would be removed in 0.3.ebs_volume_typeandazure_disk_volume_typefromdatabricks_instance_poolis going to be moved todisk_typesub-block in 0.3, which means you'll slightly have to modify configuration while migrating to 0.3. Computed fielddefault_tagsis going to be removed from resource. This is done to further increase maintainability of provider in the future.
Updated dependency versions:
- github.com/aws/aws-sdk-go 35.36
- github.com/hashicorp/go-retryablehttp 0.6.8
- github.com/Azure/go-autorest/autorest 0.11.12
Behavior changes
min_idle_instancesfordatabricks_instance_poolis now optional.skip_validationfordatabricks_instance_profileis going to be removed in 0.3.