terraform-provider-azurerm icon indicating copy to clipboard operation
terraform-provider-azurerm copied to clipboard

Add recomendation to use lifecycle {create_before_destroy = true}

Open wiktorn opened this issue 3 years ago • 0 comments

Add recommendation to use

lifecycle {
  create_before_destroy = true
}

In azurerm_logic_app_action_*.

See #15518

wiktorn avatar Feb 21 '22 19:02 wiktorn