microsoft / terraform-provider-azuredevops

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

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

Open jdelforno opened 1 month ago

jdelforno commented 1 month 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