Terraform Resource Count Not Updating with Conditional Logic for Azure VM Scale Sets
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-15
terraform azure vm-scale-set
I'm having trouble with my Terraform code where I want to dynamically adjust the number of instances in an Azure VM Scale Set based on a variable input. I set u...