storage_account_management_policy – enable Last access time based tracking policy
I am trying to add a LifeCycle Policy on a storage account created.
Terraform: azurerm_storage_management_policy error message for prefix_match of 30+ container names
I am trying to assign Storage account lifecycle management policy using terraform. The lists of more than 30 containers are defined in the input.tfvars file as lists of strings. “resource azurerm_storage_management_policy lifecycle” code is given below. But it is giving error as ManagementPolicy rule Rule1 is invalid.Too many prefixMatch. How do I resolve it.