Skip to content

Commit

Permalink
Merge pull request #4452 from abhinavdahiya/fix_storage_blob_url
Browse files Browse the repository at this point in the history
azurerm/resource_arm_storage_blob.go: make sure storage blob is read after create/update to update all the computed properties
  • Loading branch information
tombuildsstuff committed Sep 30, 2019
2 parents 7fba1a6 + c1e5a61 commit e46e971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_storage_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func resourceArmStorageBlobUpdate(d *schema.ResourceData, meta interface{}) erro
log.Printf("[DEBUG] Updated MetaData for Blob %q (Container %q / Account %q).", id.BlobName, id.ContainerName, id.AccountName)
}

return nil
return resourceArmStorageBlobRead(d, meta)
}

func resourceArmStorageBlobRead(d *schema.ResourceData, meta interface{}) error {
Expand Down

0 comments on commit e46e971

Please sign in to comment.