hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.59k stars 4.63k forks source link

Documentation for azurerm_mssql_virtual_machine incomplete. The information related to subblocks of storage_configuration is missing. #17865

Open lakshmikarollil opened 2 years ago

lakshmikarollil commented 2 years ago

Is there an existing issue for this?

Community Note

Terraform Version

1.1.5

AzureRM Provider Version

3.1.0

Affected Resource(s)/Data Source(s)

azurerm_mssql_virtual_machine

Terraform Configuration Files

Couldn't complete the configuration file as documentation is incomplete when it comes to blocks present inside block : storage_configuration. Documentation link: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_virtual_machine

Debug Output/Panic Output

Hashicorp Documentation is incomplete so was not able to complete the module creation

Expected Behaviour

No response

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

No response

sinbai commented 2 years ago

@lakshmikarollil thanks for opening this issue here. Could you please explain what is missing of storage_configuration as I can see the complete documentation like below in the doc ?

image

lakshmikarollil commented 2 years ago

@sinbai in portal we can configure values for the drive as shown in the image attached, I don't see an option for the same. Could you direct me to where I can have this configured ?

image