Terraform and Extensions for DSC and AD Join
TECHBUNNY – Random Thoughts About Tech
by Jennelle Crothers
1y ago
I’m putting these here so I don’t forget how to properly format these resources.  My future me will be pleased about this at some point. resource "azurerm_virtual_machine_extension" "dsc" { count = var.compute_instance_count name = "TestDSC" virtual_machine_id = element(azurerm_virtual_machine.compute.*.id, count.index) publisher = "Microsoft.Powershell" type = "DSC" type_handler_version = "2.80" settings = <<SETTINGS { "WmfVersion": "latest", "Privacy": { "DataCollection ..read more
Visit website
Terraform and Extensions for DSC and AD Join
TECHBUNNY – Random Thoughts About Tech
by Jennelle Crothers
4y ago
I’m putting these here so I don’t forget how to properly format these resources.  My future me will be pleased about this at some point. resource "azurerm_virtual_machine_extension" "dsc" { count = var.compute_instance_count name = "TestDSC" virtual_machine_id = element(azurerm_virtual_machine.compute.*.id, count.index) publisher = "Microsoft.Powershell" type = "DSC" type_handler_version = "2.80" settings = <<SETTINGS { "WmfVersion": "latest", "Privacy": { "DataCollection ..read more
Visit website

Follow TECHBUNNY – Random Thoughts About Tech on FeedSpot

Continue with Google
Continue with Apple
OR