diff --git a/content/terraform-cdk/v0.21.x/docs/cdktf/concepts/resources.mdx b/content/terraform-cdk/v0.21.x/docs/cdktf/concepts/resources.mdx index f962011d8..44abf6e38 100644 --- a/content/terraform-cdk/v0.21.x/docs/cdktf/concepts/resources.mdx +++ b/content/terraform-cdk/v0.21.x/docs/cdktf/concepts/resources.mdx @@ -1167,7 +1167,7 @@ securitygroup.NewSecurityGroup(stack, jsii.String("security2"), &securitygroup.S ### Built-in `terraform_data` resource -The [`terraform_data`](/terraform/language/resources/terraform-data) resource implements the standard resource lifecycle but does not directly perform any other actions. In CDKTF, the resource is exposed as the `TerraformData` class and you can import it directly from the `cdktf` package. +The [`terraform_data`](/terraform/language/resources/terraform-data) resource implements the standard resource lifecycle but does not directly perform any other actions. In CDKTF, the resource is exposed as the `DataResource` class and you can import it directly from the `cdktf` package. ### Large Resource Configurations