-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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: DevTestLabs #132
Comments
Hi @tombuildsstuff, any updates on this? |
@tombuildsstuff if I understand this feature would add support for VM auto shutdown? What is the progress on this? |
Im hanging for the day I can easily mark a VM to shutdown at a set time when the VM is being created. Would make it much easier to quickly and easily reduce costs for non-prod machines. |
This is also useful for Jumpboxes in Prod, which don't need to be on all the time, and could increase security if we had the ability to shut them down. This can be done through the Azure CLI, but would be better if we had schedules available in Terraform. |
Waiting on this feature also. I have my whole VM Terraformed and then have to go into the portal to manually schedule a shutdown, :) |
Guys, do you have a roadmap on this future? Any estimation? |
👋 Initial support for DevTest Lab's (and Virtual Networks) has been merged in #1944 which will be available in v1.16 of the AzureRM Provider in the near future. Since this is a combined issue - please open a separate issue if there's a particular component of DevTest Labs which you're interested in Terraform supporting. Thanks! |
👋 Just to let you know that support for this has now landed in v1.16 of the AzureRM Provider (here's the full changelog](https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.16.0/CHANGELOG.md)). You can upgrade to to this version by specifying it in your provider block:
... and then running Thanks! |
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! |
Requested on the Terraform Mailing List
Taking a quick look into this - it's supported in the SDK and would be multiple resources, which a subset of are listed below:
azurerm_devtestlabs_lab
azurerm_devtestlabs_schedule
azurerm_devtestlabs_secret
azurerm_devtestlabs_formula
azurerm_devtestlavs_claimable_virtual_machine
azurerm_devtestlabs_virtual_machine
The text was updated successfully, but these errors were encountered: