-
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
Support for Azure VM host and host group #5332
Comments
I have filed an PR #5307 |
@ssrirama-aka Sure, after dedicated host group PR is merged, I will submit another PR to support dedicated host. Afterwards, hopefully I will expose the |
👋 Since we're superseding the Since I'm working on these new resources at the moment I'll look to include support for this in the new VM resources - which we should be able to do once support for Dedicated Host Group is added via #5307 (which we'll be merging shortly) and Dedicated Hosts are available in the near future 👍 Thanks! |
@tombuildsstuff So the new host attribute would be added separately to the proposed |
@tombuildsstuff You indicated that The reason I ask is that our project needs to migrate to dedicated hosts as soon as possible. But we want to only go there with a clean, consistent azurerm Terraform provider version that fully supports dedicated hosts. With 2.0 being a significant release with many changes, some breaking, I was wondering if a 1.x version could be a vehicle for the dedicated host changes against |
👋 Closing this out since support for these is now available in the form of azurerm_dedicated_host and `azurerm_dedicated_host_group |
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! |
Community Note
Description
Azure's Dedicated hosts service became generally available early December 2019. My team is evaluating this capability to run payloads on dedicated h/w. Our provisioning scripts are mostly Terraform-based.
There are two new resource constructs enabled for dedicated hosts and a change to how a VM is placed on a dedicated host:
az vm host group create - create a host group
az vm host create - create a host in a given host group
az vm create --host-group --host
Specifying host-group and host with the vm create command places the VM on the particular host.
Are there plans to support these constructs in the Terraform provider? If yes, is there an anticipated time-frame to deliver support?
New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: