Closed cdhunt closed 4 years ago
Hi @cdhunt - did you manage to find a way around this?
Yes, I found how to define an Azure Automation Module via Terraform. I haven't tested it with this module, yet, but it's working for others from the public gallery.
https://www.terraform.io/docs/providers/azurerm/r/automation_module.html
Nice one - thanks for letting me know.
In order to stop using the Azure VM Extension that is deprecated, we need access to the OctopusDSC module in the Azure Automation Gallery. I'm not sure exactly how to get modules published there. I suspect it's actually just mirroring everything on powershellgallery.com with a
DSCConfiguration
tag.