You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: expected template.0.max_replicas to be in the range (1 - 30), got 40
with module.containerapp.azurerm_container_app.app,
on ..\..\modules\containerapp\ca.tf line 582, in resource "azurerm_container_app""app":
582: max_replicas = "40"
Expected Behaviour
The maximum replicas for this container app revision should be set to 40.
Actual Behaviour
The error message above.
Steps to Reproduce
terraform plan
Important Factoids
No response
References
Microsoft's documentation states the maximum number of replicas in a Container App Environment revision is 300 by default per this page, so the limit of 30 is too low and should be increased.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.9
AzureRM Provider Version
3.64.0
Affected Resource(s)/Data Source(s)
azurerm_container_app
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The maximum replicas for this container app revision should be set to 40.
Actual Behaviour
The error message above.
Steps to Reproduce
terraform plan
Important Factoids
No response
References
Microsoft's documentation states the maximum number of replicas in a Container App Environment revision is 300 by default per this page, so the limit of 30 is too low and should be increased.
The text was updated successfully, but these errors were encountered: