Terraform state show error

Hi

using tf 0.15.1
when running the following “state show…” command i receive an error and do not get the full resource output

terraform state show ‘module.tenant_infrastructure.module.aurora-c999-prod.aws_rds_cluster.apak_rds_cluster’
unsupported attribute “tags_all”
module.tenant_infrastructure.module.aurora-c999-prod.aws_rds_cluster.apak_rds_cluster:
resource “aws_rds_cluster” “apak_rds_cluster” {

any ideas what the problem is?

thanks