diff --git a/src/matcha_ml/infrastructure/remote_state_storage/state_storage/main.tf b/src/matcha_ml/infrastructure/remote_state_storage/state_storage/main.tf index 53fa0492..6d3ce41c 100644 --- a/src/matcha_ml/infrastructure/remote_state_storage/state_storage/main.tf +++ b/src/matcha_ml/infrastructure/remote_state_storage/state_storage/main.tf @@ -16,5 +16,5 @@ resource "azurerm_storage_account" "statestorageaccount" { resource "azurerm_storage_container" "statestoragecontainer" { name = "${var.prefix}statestore" storage_account_name = azurerm_storage_account.statestorageaccount.name - container_access_type = "container" + container_access_type = "private" }