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
Support for Auto Scale Settings has previously been requested in #50 - rather than having multiple issues tracking the same feature request I'm going to close this issue in favour of #50.
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Expected Behavior
Terraform Azure Scale Set resource should support auto-scaling capability.
This is the primary use case for Azure Scale Sets.
Actual Behavior
azurerm_virtual_machine_scale_set does not support autoscale rules.
Important Factoids
See the following JSON code as example for deploying such capability in Azure (as written in referenced material):
Create a profile;
Define a rule to autoscale out;
References
Define an autoscale profile
Define a rule to autoscale out
Full JSON example of scale set with autoscale rules on Azure github
The text was updated successfully, but these errors were encountered: