Skip to content

Commit

Permalink
swap out deprecated value
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Nov 27, 2024
1 parent c8e0ec0 commit 7249001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resource "azurerm_storage_account_customer_managed_key" "automated_storage_stora

resource "azurerm_storage_container" "automated_container" {
name = "automated"
storage_account_name = azurerm_storage_account.automated_storage.name
storage_account_id = azurerm_storage_account.automated_storage.id
container_access_type = "private"
}

Expand Down

0 comments on commit 7249001

Please sign in to comment.