Skip to content

Commit 1954726

Browse files
author
kada2004
committed
syntax fix
1 parent 040ea5a commit 1954726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ resource "azurerm_synapse_sql_pool" "dedicated_pool" {
136136
synapse_workspace_id = azurerm_synapse_workspace.synapse.id
137137
sku_name = "DW100c"
138138
create_mode = "Default"
139-
storage_account_type = "lRS"
139+
storage_account_type = "LRS"
140140
}
141141

142142
resource "azurerm_data_factory" "adf" {

0 commit comments

Comments
 (0)