Skip to content

Commit

Permalink
d/storage_container: using the right properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Mar 19, 2020
1 parent 36bfc53 commit 98a6af4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func dataSourceArmStorageContainerRead(d *schema.ResourceData, meta interface{})
d.Set("has_immutability_policy", props.HasImmutabilityPolicy)
d.Set("has_legal_hold", props.HasLegalHold)

resourceManagerId := client.GetResourceManagerResourceID(storageClient.SubscriptionId, account.ResourceGroup, id.AccountName, id.ContainerName)
resourceManagerId := client.GetResourceManagerResourceID(storageClient.SubscriptionId, account.ResourceGroup, accountName, containerName)
d.Set("resource_manager_id", resourceManagerId)

return nil
Expand Down

0 comments on commit 98a6af4

Please sign in to comment.