Skip to content

Commit

Permalink
Merge pull request #3842 from terraform-providers/b/storage-blob-meta…
Browse files Browse the repository at this point in the history
…data

r/storage_blob: making `metadata` computed
  • Loading branch information
tombuildsstuff authored Jul 12, 2019
2 parents fbf12e7 + d521e64 commit d76e303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurerm/resource_arm_storage_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func resourceArmStorageBlob() *schema.Resource {
"metadata": {
Type: schema.TypeMap,
Optional: true,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
ValidateFunc: validate.NoEmptyStrings,
Expand Down

0 comments on commit d76e303

Please sign in to comment.