Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for autoscale rules #54

Closed
1 task done
matthew-patrick opened this issue Apr 3, 2024 · 0 comments · Fixed by #66
Closed
1 task done

Support for autoscale rules #54

matthew-patrick opened this issue Apr 3, 2024 · 0 comments · Fixed by #66

Comments

@matthew-patrick
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

Support was implemented in base Terraform in Nov 2023.

hashicorp/terraform-provider-azurerm#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant