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

Feature Request: Auto Scale Settings #50

Closed
hashibot opened this issue Jun 13, 2017 · 8 comments · Fixed by #1140
Closed

Feature Request: Auto Scale Settings #50

hashibot opened this issue Jun 13, 2017 · 8 comments · Fixed by #1140

Comments

@hashibot
Copy link

This issue was originally opened by @tonipepperoniuk as hashicorp/terraform#12889. It was migrated here as part of the provider split. The original body of the issue is below.


Would it be possible to include support for Azure VM auto scale rules in Terraform? I'm able to deploy scale sets but it would be excellent to be able to set autoscale rules using Terraform. I've seen this mentioned a couple of times with regards to App Gateway but I'd like to request general support for autoscale settings.

@rcarun rcarun added M1 service/vmss Virtual Machine Scale Sets labels Oct 12, 2017
@rcarun rcarun added this to the M1 milestone Oct 12, 2017
@tombuildsstuff tombuildsstuff modified the milestones: M1, Future Oct 12, 2017
@tombuildsstuff tombuildsstuff removed the M1 label Oct 12, 2017
@rcarun rcarun removed the service/vmss Virtual Machine Scale Sets label Oct 12, 2017
@codyja
Copy link

codyja commented Oct 26, 2017

Could we bump the priority of this up some? This would be extreamly useful.

@synhershko
Copy link

Any ETA for this?

@corymacd
Copy link

+1

@tombuildsstuff tombuildsstuff modified the milestones: Future, 1.0.3 Jan 12, 2018
@tombuildsstuff tombuildsstuff modified the milestones: 1.1.1, 1.1.2, 1.1.3 Feb 5, 2018
@tombuildsstuff tombuildsstuff modified the milestones: 1.1.3, 1.1.4 Feb 19, 2018
@tombuildsstuff tombuildsstuff changed the title Include auto scale settings for Azure VM scale sets Feature Request: Auto Scale Settings Feb 22, 2018
@tombuildsstuff tombuildsstuff modified the milestones: 1.3.0, 1.4.0 Mar 7, 2018
@achandmsft achandmsft added M1 and removed M1 labels Mar 9, 2018
@rajavasista
Copy link

Any Idea when is this available ?

@tombuildsstuff tombuildsstuff modified the milestones: 1.5.0, 1.6.0 May 8, 2018
@JunyiYi
Copy link

JunyiYi commented May 15, 2018

There is already an Pull Request adding this resource: #1140 .

@katbyte katbyte removed the triage label May 17, 2018
@tombuildsstuff tombuildsstuff modified the milestones: 1.6.0, 1.7.0 May 21, 2018
@katbyte katbyte modified the milestones: 1.7.0, Soon Jun 12, 2018
@cdeli
Copy link

cdeli commented Jul 20, 2018

Any update on when this will be released? This is a massively needed ability for deploying scale sets.

@tombuildsstuff
Copy link
Contributor

hi @codyja @synhershko @corymacd @rajavasista @tonipepperoniuk

Just to let you know that is now available in [v1.10 of the AzureRM Provider(https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.10.0/CHANGELOG.md#1100-july-21-2018) - which you can update to this version by specifying it in the Provider block, like so:

provider "azurerm" {
  version = "=1.10.0"
}

Thanks!

@ghost
Copy link

ghost commented Mar 30, 2020

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 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.