Skip to content

Commit

Permalink
azurerm_dedicated_host - add support for DSv4-Type1 sku_name #8718
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxai authored Oct 2, 2020
1 parent 26ee63e commit 18696a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func resourceArmDedicatedHost() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
"DSv3-Type1",
"DSv3-Type2",
"DSv4-Type1",
"ESv3-Type1",
"ESv3-Type2",
"FSv2-Type2",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dedicated_host.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following arguments are supported:

* `location` - (Required) Specify the supported Azure location where the resource exists. Changing this forces a new resource to be created.

* `sku_name` - (Required) Specify the sku name of the Dedicated Host. Possible values are `DSv3-Type1`, `DSv3-Type2`, `ESv3-Type1`, `ESv3-Type2`,`FSv2-Type2`. Changing this forces a new resource to be created.
* `sku_name` - (Required) Specify the sku name of the Dedicated Host. Possible values are `DSv3-Type1`, `DSv3-Type2`, `DSv4-Type1`, `ESv3-Type1`, `ESv3-Type2`,`FSv2-Type2`. Changing this forces a new resource to be created.

* `platform_fault_domain` - (Required) Specify the fault domain of the Dedicated Host Group in which to create the Dedicated Host. Changing this forces a new resource to be created.

Expand Down

0 comments on commit 18696a0

Please sign in to comment.