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

@ -1 +0,0 @@
Article not yet tested by automated testing pipeline.

View File

@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>2.0"
version = "~>3.0"
}
random = {
source = "hashicorp/random"

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" {