We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74a651 commit fd8f71bCopy full SHA for fd8f71b
1 file changed
python/tests/reference_architecture/azure/main.tf
@@ -52,8 +52,8 @@ module "spark" {
52
create_model = true
53
K8S_CLOUD = var.K8S_CLOUD
54
K8S_CREDENTIAL = var.K8S_CREDENTIAL
55
- storage_backend = "azure"
56
- azure = {
+ storage_backend = "azure_storage"
+ azure_storage = {
57
container = azurerm_storage_container.storagecontainer.name
58
storage_account = azurerm_storage_account.storageaccount.name
59
secret_key = azurerm_storage_account.storageaccount.primary_access_key
0 commit comments