Open mohsas opened 18 hours ago
The configuration of providers as below: required_providers { databricks = { source = "databricks/databricks" version = "1.58.0" } azurerm = { source = "hashicorp/azurerm" version = "4.10.0" } }
it's more a terraform problem - run terraform -v
to check what architecture is supported by your TF
Terraform v1.9.8 on windows_amd64 locally. Then sent to Agent in pipeline. The agent is 64-bit Windows Server
It exactly mentions that system is 386 and it's not true: Provider registry.terraform.io/databricks/databricks v1.58.0 does not have │ a package available for your current platform, windows_386
Provider version is selected by Terraform, so it's not a provider issue. Check that your agent installs 64-bit TF version
Put terraform -v
into your CI/CD pipeline code.
Initializing provider plugins...
The agent where pipeline runs is windows 64-bit. It's like terraform doesn't recognize 64-bit windows platform.
Initializing provider plugins...