terraform maven coordinates azure artifacts

273 Views Asked by At

I am trying to get Azure Artifacts (maven library install on a Databricks cluster). I am trying to follow the terraform documentation but I struggle to get right coordinates. Do you know what is the correct URL for the Azure Artifact ?

library {
  maven {
    coordinates = "com.amazon.deequ:deequ:1.0.4"
  }
}
1

There are 1 best solutions below

0
On

I just learned by reading documentation that currently databricks labs does not provide network authentication, so it will not work in private Azure Artifacts.