You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the history
* initial commit of databricks changes
* add nat
* use nat and ip reosurces
* paramatise nat timeout
* add vars
* add nat to both subnets
* add pe subnet
* add ability to create subnets
* temp comment out count on outputs
* update prefix vars to lists
* update
* add index
* add index to nsg
* add index to pip and nat
* fix typo
* add count to pe subnet
* add index
* fix typo
* add index to outputs
* update
* update
* make nat gateway single region
* make pip single zone
* add depends on
* add service endpoints
* add permissions for network and dns
* add index
* add permissions to depends on
* add databricks user
* update
* add peering
* remove reference to data lookup
* add index to vnet
* add permissions to db
* comment out perms
* add rg
* add depends on
* use name instead of id
* remove depends on
* update id
* remove db peer
* update var for public access
* add route table
* fix typo
* add prefix/
* remove rt
* add config for lb
* update lb name to local
* add index
* update
* remove param
* temp comment out all params
* comment out rules temp
* temp commetn out pe
* temp commetn out pe
* temp commetn out pe
* add configurable managed vnet
* update priority
* update vnet id
* update index
* temp comment out nsg
* remove reference to nsg ass
* temp fix subnet names
* add nsg ass to custom param
* update nsg rule
* temp comment out count
* update index
* update"
* temp comment out count on subnets
* revert stuff
* comment out pe
* comment out data
* comment out data
* comment out rule
* comment out service endpoints
* create pr subnet and pe
* update subnet range
* update prefix to list
* configure pip
* update networking
* updates
* update name
* variable for pe prefix
* add datalookup for pe subnet
* update pe subnet name to var
* split var for creating pe subnet
* update condition
* update condition
* update names
* update condition
* update name
* update readme and tidy up
* add nsg rule to allow databricks into vnet
* add nsg rules
* add depends on
* add depends on
* add auth pe
* comment out data
* update depends on
* update
* add depends on to db resources
* make string
* update
* remove whitespace
* update dbfs to string
* temp remove dbfs explore
* add dbfs explorer
* temp remove dbfs
* update
* update dns zone name
* run fmt
* add permissions
* fix name
* temp comment out
* remove perm
* add db back in
* remove depends on
* comment out db
* update pe
* comment out db
* rename dns zone
* add users and conf
* add dns update
* update default value
* update var name
* add condition
* add condition
* update rg name
* add condition to cname
* tidy up comments
* tidy up comments
* updated for new
* feat: added dns for adls
* updated
* updated
* removed databrick provider code
* updated for pe
---------
Co-authored-by: Rhys Bushnell <[email protected]>
Co-authored-by: Satenderrathee <[email protected]>
Bootstraps the infrastructure for {{SELECT_APP_TYPE }}.
Will be used within the provisioned pipeline for your application depending on the options you chose.
Pipeline implementation for infrastructure relies on workspaces, you can pass in whatever workspace you want from {{ SELECT_DEPLOYMENT_TYPE }} pipeline YAML.
PREREQUISITES:
Azure Subscripion
SPN
Terraform will use this to perform the authentication for the API calls
you will need the client_id, subscription_id, client_secret, tenant_id
Terraform backend
resource group (can be manually created for the terraform remote state)
Blob storage container for the remote state management
USAGE:
To activate the terraform backend for running locally we need to initialise the SPN with env vars to ensure you are running the same way as the pipeline that will ultimately be running any incremental changes.
docker run -it --rm -v $(pwd):/opt/tf-lib amidostacks/ci-tf:latest /bin/bash
If set to true, the module will create databricks users and group named 'project_users' with the specified users as members, and grant workspace and SQL access to this group. Default is false.
If set to true, the module will create databricks users and group named 'project_users' with the specified users as members, and grant workspace and SQL access to this group. Default is false.
Does the data plane (clusters) to control plane communication happen over private link endpoint only or publicly? Possible values AllRules, NoAzureDatabricksRules or NoAzureServiceRules.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters