Ran 'terraform fmt'
This commit is contained in:
parent
0b3252df72
commit
5a1bf92dd1
@ -15,15 +15,15 @@ resource "random_string" "azurerm_analysis_services_server_name" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "azurerm_analysis_services_server" "server" {
|
resource "azurerm_analysis_services_server" "server" {
|
||||||
name = random_string.azurerm_analysis_services_server_name.result
|
name = random_string.azurerm_analysis_services_server_name.result
|
||||||
resource_group_name = azurerm_resource_group.rg.name
|
resource_group_name = azurerm_resource_group.rg.name
|
||||||
location = azurerm_resource_group.rg.location
|
location = azurerm_resource_group.rg.location
|
||||||
sku = var.sku
|
sku = var.sku
|
||||||
backup_blob_container_uri = var.backup_blob_container_uri
|
backup_blob_container_uri = var.backup_blob_container_uri
|
||||||
|
|
||||||
ipv4_firewall_rule {
|
ipv4_firewall_rule {
|
||||||
name = "AllowFromAll"
|
name = "AllowFromAll"
|
||||||
range_start = "0.0.0.0"
|
range_start = "0.0.0.0"
|
||||||
range_end = "255.255.255.255"
|
range_end = "255.255.255.255"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user