Skip to content

Commit

Permalink
Update azurerm/internal/services/storage/storage_account_resource.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Harvey <[email protected]>
  • Loading branch information
koikonom and tombuildsstuff authored Jul 29, 2021
1 parent 2e7cc4f commit 04ddaf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ func resourceStorageAccountRead(d *pluginsdk.ResourceData, meta interface{}) err
}
d.Set("allow_blob_public_access", allowBlobPublicAccess)
} else {
d.Set("allow_blob_public_access", *props.AllowBlobPublicAccess)
d.Set("allow_blob_public_access", props.AllowBlobPublicAccess)
}

// For all Clouds except Public, China, and USGovernmentCloud, "min_tls_version" is not returned from Azure so always persist the default values for "min_tls_version".
Expand Down

0 comments on commit 04ddaf9

Please sign in to comment.