Terraform: How do I call the values of lists of strings from Input variable in locals variables specific to "azurerm_storage_management_policy"
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 which needs to be called in main.tf in "resource azurerm_storage_management_policy lifecycle".…