Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

[#172976853] Enable autoscaling in appgateway and apigateway #172

Merged
merged 2 commits into from
Jun 1, 2020

Conversation

uolter
Copy link
Collaborator

@uolter uolter commented May 28, 2020

Due to this issue: hashicorp/terraform-provider-azurerm#6188
You need to run terrafrom with a custom azure provider.

And this should be the change in the plan:

resource "azurerm_application_gateway" "application_gateway" {
        enable_http2        = false
        id                  = "/subscriptions/****************/resourceGroups/io-p-rg-external/providers/Microsoft.Network/applicationGateways/io-p-ag-apigateway"
        location            = "westeurope"
        name                = "io-p-ag-apigateway"
        resource_group_name = "io-p-rg-external"
        tags                = {}
        zones               = []

      + autoscale_configuration {
          + max_capacity = 10
          + min_capacity = 2
        }

@uolter uolter changed the title 172976853 enable autoscaling in appgateway [#172976853] Enable autoscaling in appgateway May 28, 2020
@francescopersico francescopersico changed the title [#172976853] Enable autoscaling in appgateway [#172976853] Enable autoscaling in appgateway and apigateway Jun 1, 2020
@francescopersico francescopersico merged commit f888387 into master Jun 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants