Releases: Datatamer/terraform-azure-databricks
Releases · Datatamer/terraform-azure-databricks
0.6.0
- Add
additional_service_endpoints
variable to azure-databricks-subnets
submodule
0.5.1
- Updates an outdated reference to name in the root module
0.5.0
- Renames
name
to workspace_name
for clarity
- Renames
security-group-name-prefix
to security_group_name_prefix
for naming consistency
- Renames
virtual_network_id
to vnet_id
- Renames
virtual_network_rg_name
to vnet_resource_group_name
- Renames
virtual_network_name
to vnet_name
0.4.2
- Remove data blocks that attach to subnets during runtime
- Add required variables
private_subnet_id
and public_subnet_id
0.4.1
- Adds a new variable to set delegation actions in the subnets module
- Minor documentation cleanup
0.4.0
- Moves the creation of security groups into its own module
- Creates 2 separate security groups for the private/public subnets
- Moves the creation of the databricks workspace into its own module
- Documentation cleanup
0.3.0
- Moves the creation of subnets into its own module
0.2.1
- Documentation of variables updated to be autogenerated
- Reformatting of terraform files to be compliant with the linting
0.2.0
- Updates the module to be compliant with Azure provider 2.11.0
- Adds a minimal example