calebak404
calebak404
This occurs for us in: terraform1.2.4 azuread 2.26.1 Creating 20 groups with 78 memberships.
1. If the default value is 'false' as stated by the documentation, I should be able to explicitly set false and reasonably expect the same behavior as if I did...
Sample module design: ``` resource "azurerm_linux_web_app" "module_app" { name = "tftestlwa" location = azurerm_resource_group.test.location resource_group_name = azurerm_resource_group.test.name service_plan_id = azurerm_service_plan.linux.id https_only = true site_config { auto_heal_enabled = var.auto_heal_enabled dynamic auto_heal_setting...
To be clear, my example was intended to demonstrate how it SHOULD work, but doesn't. Not as a work around.
the azurerm provider started outputting `serverFarms` starting on 3.88