Skip to content

Commit

Permalink
Fix bad quotes linux_virtual_machine.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenicks committed May 8, 2024
1 parent c7d9ae3 commit c69a985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/linux_virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The following arguments are supported:

* `location` - (Required) The Azure location where the Linux Virtual Machine should exist. Changing this forces a new resource to be created.

* `license_type` - (Optional) Specifies the License Type for this Virtual Machine. Possible values are 'RHEL_BYOS', 'RHEL_BASE', 'RHEL_EUS', 'RHEL_SAPAPPS', 'RHEL_SAPHA', 'RHEL_BASESAPAPPS', 'RHEL_BASESAPHA', 'SLES_BYOS', 'SLES_SAP', 'SLES_HPC'.
* `license_type` - (Optional) Specifies the License Type for this Virtual Machine. Possible values are `RHEL_BYOS`, `RHEL_BASE`, `RHEL_EUS`, `RHEL_SAPAPPS`, `RHEL_SAPHA`, `RHEL_BASESAPAPPS`, `RHEL_BASESAPHA`, `SLES_BYOS`, `SLES_SAP`, `SLES_HPC`.

* `name` - (Required) The name of the Linux Virtual Machine. Changing this forces a new resource to be created.

Expand Down

0 comments on commit c69a985

Please sign in to comment.