Skip to content

Commit

Permalink
fix(docs): improve wording in resources.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
  • Loading branch information
ansgarm and trujillo-adam committed Dec 7, 2023
1 parent ecc3ba9 commit fab5d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ securitygroup.NewSecurityGroup(stack, jsii.String("security2"), &securitygroup.S
### Built-in `terraform_data` resource
There is a special resource built into Terraform itself. It is called [`terraform_data`](/terraform/language/resources/terraform-data) and implements the standard resource lifecycle, but does not directly take any other actions. In CDKTF it 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 `TerraformData` class and you can import it directly from the `cdktf` package.
### Large Resource Configurations
Expand Down

0 comments on commit fab5d1a

Please sign in to comment.