Skip to content

Releases: Datatamer/terraform-azure-databricks

1.0.0

03 Jun 23:54
537d447
Compare
Choose a tag to compare
  • Upgrade azurerm provider

0.6.0

20 May 20:27
c089dc4
Compare
Choose a tag to compare
  • Add additional_service_endpoints variable to azure-databricks-subnets submodule

0.5.1

01 Dec 14:49
e0d728d
Compare
Choose a tag to compare
  • Updates an outdated reference to name in the root module

0.5.0

05 Nov 16:00
3be1cde
Compare
Choose a tag to compare
  • 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

05 Nov 16:00
139ebc5
Compare
Choose a tag to compare
  • Remove data blocks that attach to subnets during runtime
  • Add required variables private_subnet_id and public_subnet_id

0.4.1

05 Aug 15:44
d089cc7
Compare
Choose a tag to compare
  • Adds a new variable to set delegation actions in the subnets module
  • Minor documentation cleanup

0.4.0

06 Jul 15:52
b8aed3a
Compare
Choose a tag to compare
  • 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

04 Jun 21:43
22dae5c
Compare
Choose a tag to compare
  • Moves the creation of subnets into its own module

0.2.1

04 Jun 15:58
0106cc7
Compare
Choose a tag to compare
  • Documentation of variables updated to be autogenerated
  • Reformatting of terraform files to be compliant with the linting

0.2.0

29 May 23:14
bc2cc8a
Compare
Choose a tag to compare
  • Updates the module to be compliant with Azure provider 2.11.0
  • Adds a minimal example