Skip to content

Commit 2403588

Browse files
authored
Docs replace deprecated keyword for storage container (hashicorp#28968)
1 parent ceed8b8 commit 2403588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/storage_blob.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "azurerm_storage_account" "example" {
2828
2929
resource "azurerm_storage_container" "example" {
3030
name = "content"
31-
storage_account_name = azurerm_storage_account.example.name
31+
storage_account_id = azurerm_storage_account.example.id
3232
container_access_type = "private"
3333
}
3434

0 commit comments

Comments
 (0)