AWS provider: S3 Lifecycle policy with same prefix value not working

If the aws_s3_bucket_lifecycle_configuration have multiple rule with for same prefix with different object tags it will not add prefix value through terraform. Required solution

This issue fixed by wrapping prefix and tags in add block.