Skip to content

Commit

Permalink
fix schema panic: azurerm_managed_disk
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jan 4, 2019
1 parent 9203f92 commit 32b8de7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azurerm/data_source_managed_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package azurerm

import (
"fmt"

"github.com/hashicorp/terraform/helper/schema"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils"
)
Expand Down Expand Up @@ -46,6 +45,11 @@ func dataSourceArmManagedDisk() *schema.Resource {
Computed: true,
},

"create_option": {
Type: schema.TypeString,
Computed: true,
},

"tags": tagsSchema(),
},
}
Expand Down

0 comments on commit 32b8de7

Please sign in to comment.