Skip to content

Commit

Permalink
Test fix TestAccDataSourceAzureRMImage_basic (#8087)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrxtom2 authored Aug 11, 2020
1 parent fdd6e5b commit 46d0eeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ resource "azurerm_storage_account" "test" {
location = azurerm_resource_group.test.location
account_tier = "Standard"
account_replication_type = "LRS"
allow_blob_public_access = true
tags = {
environment = "Dev"
Expand Down

0 comments on commit 46d0eeb

Please sign in to comment.