Skip to content

Commit

Permalink
Merge pull request #8707 from sirlatrom/sirlatrom/azurerm-analysis-se…
Browse files Browse the repository at this point in the history
…rvices-8705

Add two new SKUs to azurerm_analysis_services_server
  • Loading branch information
tombuildsstuff authored Oct 1, 2020
2 parents 970707e + 0218dbd commit 3f49074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ func resourceArmAnalysisServicesServer() *schema.Resource {
"S4",
"S8",
"S9",
"S8v2",
"S9v2",
}, false),
},

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/analysis_services_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following arguments are supported:

* `resource_group_name` - (Required) The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

* `sku` - (Required) SKU for the Analysis Services Server. Possible values are: `D1`, `B1`, `B2`, `S0`, `S1`, `S2`, `S4`, `S8` and `S9`
* `sku` - (Required) SKU for the Analysis Services Server. Possible values are: `D1`, `B1`, `B2`, `S0`, `S1`, `S2`, `S4`, `S8`, `S9`, `S8v2` and `S9v2`.

* `admin_users` - (Optional) List of email addresses of admin users.

Expand Down

0 comments on commit 3f49074

Please sign in to comment.