- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 08:42 AM - edited 11-26-2024 08:44 AM
Hi @ankitkansal , we were able to solve this by going 'offline'. This means that we setup our Development environments to search for the Terraform binary (.exe) with help of system environment variables. https://learn.microsoft.com/en-us/azure/databricks/dev-tools/bundles/airgapped-environment
Not easy as many of the instructions were made for Linux OS and we use Windows OS.
Make sure you take the latest version of Terraform binary, Databricks Terraform provider and Databricks CLI.
Azure advise is to use their Container but as we dont have AKS we had to take a different approach.
Regards,
Fabian