microsoft / terraform-provider-azuredevops

Terraform Azure DevOps provider
https://www.terraform.io/docs/providers/azuredevops/
MIT License
387 stars 280 forks source link

Add ability to add a Virtual MachineResource under an Environment #1064

Open jdelforno opened 6 months ago

jdelforno commented 6 months ago

Community Note

Description

Following on from the original request, we'd like the ability to add Virtual Machines to an Environment, either by giving us the option to retrieve the script programmatically and have it install as part of a VM Extension, or alternatively but having the option to automatically deploy the script for RunCMD within the Platform.

New or Affected Resource(s)

Potential Terraform Configuration

N/A - Depending on implementation.

References