Changed var name
This commit is contained in:
parent
5a1bf92dd1
commit
700fa7921e
@ -2,6 +2,6 @@ output "resource_group_name" {
|
||||
value = azurerm_resource_group.rg.name
|
||||
}
|
||||
|
||||
output "azurerm_analysis_services_server_name" {
|
||||
output "analysis_services_server_name" {
|
||||
value = azurerm_analysis_services_server.server.name
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ variable "resource_group_name_prefix" {
|
||||
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
|
||||
}
|
||||
|
||||
variable "azurerm_analysis_services_server_name_prefix" {
|
||||
variable "analysis_services_server_name_prefix" {
|
||||
type = string
|
||||
default = "mys"
|
||||
description = "Prefix of the Azure Analysis Services Server name that's combined with a random string to create a unique server name in your Azure subscription."
|
||||
|
Loading…
x
Reference in New Issue
Block a user