Skip to content

Commit

Permalink
r/storage_blob: fixing the example (#4713)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored and katbyte committed Oct 24, 2019
1 parent 3d734ad commit da69893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/storage_blob.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "azurerm_storage_blob" "test" {
resource_group_name = "${azurerm_resource_group.test.name}"
storage_account_name = "${azurerm_storage_account.test.name}"
storage_container_name = "${azurerm_storage_container.test.name}"
type = "blob"
type = "Block"
source = "some-local-file.zip"
}
```
Expand Down

0 comments on commit da69893

Please sign in to comment.