Maroc

Results 3 comments of Maroc

I think this goes along my dsc node config statement: resource "azurerm_automation_dsc_configuration" "lcm" { name = "TestConfig" resource_group_name = "${azurerm_resource_group.rg.name}" automation_account_name = "${azurerm_automation_account.dsc.name}" location = "${azurerm_resource_group.rg.location}" content_embedded = "configuration TestConfig{...

you need to use the azapi. In 2024 this is still not working? #azapi for storage container immutability resource "azapi_resource" "container" { type = "Microsoft.Storage/storageAccounts/blobServices/containers@2022-09-01" name = var.container_name parent_id =...