Skip to content

Instantly share code, notes, and snippets.

@midacts
Created April 20, 2018 23:02
Show Gist options
  • Save midacts/d0b9508407c3eeb91fe226969db5abf1 to your computer and use it in GitHub Desktop.
Save midacts/d0b9508407c3eeb91fe226969db5abf1 to your computer and use it in GitHub Desktop.
-/+ azurerm_app_service_plan.ASP1 (new resource required)
id: "/subscriptions/xxxxx/resourceGroups/ASE1/providers/Microsoft.Web/serverfarms/ASP-1" => <computed> (forces new resource)
kind: "app" => "Windows" (forces new resource)
location: "eastus" => "eastus"
maximum_number_of_workers: "100" => <computed>
name: "ASP-1" => "ASP-1"
properties.#: "1" => "1"
properties.0.app_service_environment_id: "/subscriptions/xxxxx/resourceGroups/ASE-1/providers/Microsoft.Web/hostingEnvironments/ASE-1" => "/subscriptions/xxxxx/resourceGroups/ASE-1/providers/Microsoft.Web/hostingEnvironments/ASE-1"
properties.0.per_site_scaling: "false" => "false"
properties.0.reserved: "false" => "false"
resource_group_name: "ASE-1" => "ASE-1"
sku.#: "1" => "1"
sku.0.capacity: "0" => "0"
sku.0.size: "I1" => "I1"
sku.0.tier: "Isolated" => "Isolated"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment