Edits per Code Review

This commit is contained in:
Tom Archer
2023-02-16 11:04:32 -08:00
parent e3525093f0
commit 8d76264d99
3 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,7 @@ variable "resource_group_name_prefix" {
variable "server_name" {
description = "The name of the Azure Analysis Services server to create. Server name must begin with a letter, be lowercase alphanumeric, and between 3 and 63 characters in length. Server name must be unique per region."
default = "myserver"
}
variable "sku" {