First I created a lifecycle policy using terraform uisng this link https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dlm_lifecycle_policy . Later I used terragrunt to create the lifecycle policy but I get error using the variable count.I declared the variable as a number datatype. I get this error while running terragrunt plan-all ''' Error: Invalid variable name
on variables.tf line 36, in variable "count": 36: variable "count"{
The variable name "count" is reserved due to its special meaning inside module blocks. '''
[terragrunt] 2021/01/26 20:51:01 Encountered the following errors: Hit multiple errors: exit status 1
How can I fix this.Thanks in advance