cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
Improvement issue for AutoScale VM Groups with Terraform.
Hello Community,
I'm seeking assistance in using Terraform to improve the following tasks:
- Creating AutoScale VM Groups, which includes setting up load balancer rules with Autoscale enabled, implementing ScaleUp/Down policies, incorporating Userdata, and managing VM assignment.
- Deploying an internal load balancer and associating it with VM instances.
Thank you, and achieving these objectives would be greatly appreciated.
Best regards, Palash Biswas
Hi @rohityadavcloud Could you please take it as an improvement plan for AutoScale VM Groups with Terraform? Thank you.
GOOD! Someone raised this as a feature request!
Right now in our environment, we provision the infra with terraform, and deploy our apps with ansible.
The pain point right now is that we have to:
- Spin up a temporary VM
- Deploy app to VM
- Convert to template
- Destroy VM
- Create Autoscale Group with Template
This whole process if pretty manual and prone to human error. Could i request for this terraform enhancement to somehow automated this process?