Skip to content

Commit

Permalink
Merge pull request hashicorp#560 from terraform-providers/managed-dis…
Browse files Browse the repository at this point in the history
…k-docs

`azurerm_managed_disk`: Documentation Fix
  • Loading branch information
tombuildsstuff committed Nov 15, 2017
2 parents 447ec18 + c0489f3 commit fde0b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/managed_disk.html.markdown
Expand Up @@ -94,7 +94,7 @@ The following arguments are supported:

* `source_resource_id` - (Optional) ID of an existing managed disk to copy when `create_option` is `Copy`.

* `image_reference_id` - (Optional) ID of an existing platform disk image to copy when `create_option` is `FromImage`.
* `image_reference_id` - (Optional) ID of an existing platform/marketplace disk image to copy when `create_option` is `FromImage`.

* `os_type` - (Optional) Specify a value when the source of an `Import` or `Copy`
operation targets a source that contains an operating system. Valid values are `Linux` or `Windows`
Expand Down

0 comments on commit fde0b34

Please sign in to comment.