Skip to content

Commit

Permalink
Convert remaining tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Hansson committed Jan 31, 2019
1 parent 5ad705b commit 647010c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions azurerm/resource_arm_function_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ resource "azurerm_app_service_plan" "test" {
tier = "Standard"
size = "S1"
}
properties {
reserved = true
}
Expand All @@ -1000,7 +1000,7 @@ resource "azurerm_function_app" "test" {
resource_group_name = "${azurerm_resource_group.test.name}"
app_service_plan_id = "${azurerm_app_service_plan.test.id}"
storage_connection_string = "${azurerm_storage_account.test.primary_connection_string}"
site_config {
linux_fx_version = "DOCKER|(golang:latest)"
}
Expand Down Expand Up @@ -1119,8 +1119,8 @@ resource "azurerm_app_service_plan" "test" {
tier = "Standard"
size = "S1"
}
properties {
properties {
reserved = true
}
}
Expand All @@ -1132,14 +1132,14 @@ resource "azurerm_function_app" "test" {
resource_group_name = "${azurerm_resource_group.test.name}"
app_service_plan_id = "${azurerm_app_service_plan.test.id}"
storage_connection_string = "${azurerm_storage_account.test.primary_connection_string}"
app_settings {
"hello" = "world"
}
site_config {
always_on = true
linux_fx_version = "DOCKER|(golang:latest)"
always_on = true
linux_fx_version = "DOCKER|(golang:latest)"
}
}
`, rInt, location, rString)
Expand Down Expand Up @@ -1183,14 +1183,14 @@ resource "azurerm_function_app" "test" {
resource_group_name = "${azurerm_resource_group.test.name}"
app_service_plan_id = "${azurerm_app_service_plan.test.id}"
storage_connection_string = "${azurerm_storage_account.test.primary_connection_string}"
app_settings {
"hello" = "world"
}
site_config {
always_on = true
linux_fx_version = "DOCKER|(golang:latest)"
always_on = true
linux_fx_version = "DOCKER|(golang:latest)"
}
connection_string {
Expand Down

0 comments on commit 647010c

Please sign in to comment.