Skip to content

Commit fd8f71b

Browse files
committed
fix bug
1 parent b74a651 commit fd8f71b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • python/tests/reference_architecture/azure

python/tests/reference_architecture/azure/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ module "spark" {
5252
create_model = true
5353
K8S_CLOUD = var.K8S_CLOUD
5454
K8S_CREDENTIAL = var.K8S_CREDENTIAL
55-
storage_backend = "azure"
56-
azure = {
55+
storage_backend = "azure_storage"
56+
azure_storage = {
5757
container = azurerm_storage_container.storagecontainer.name
5858
storage_account = azurerm_storage_account.storageaccount.name
5959
secret_key = azurerm_storage_account.storageaccount.primary_access_key

0 commit comments

Comments
 (0)