Azure / terraform-azure-container-apps

A Terraform module to deploy a container app in Azure
https://github.com/Azure/terraform-azure-container-apps
35 stars 22 forks source link

Support for autoscale rules #54

Open matthew-patrick opened 3 months ago

matthew-patrick commented 3 months ago

Is there an existing issue for this?

Description

Support was implemented in base Terraform in Nov 2023.

https://github.com/hashicorp/terraform-provider-azurerm/pull/23294

New or Affected Resource(s)/Data Source(s)

azurerm_container_app

Potential Terraform Configuration

http_scale_rule = {
          name                = "aptar default backend scale rule"
          concurrent_requests = var.be_http_scale_concurrent_requests
        }

References

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/container_app#http_scale_rule