Update website/docs/language/resources/terraform-data.mdx

Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
James Bardin 2023-02-14 14:10:07 -05:00 committed by GitHub
parent df65d16022
commit f35625820a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ description: >-
in a remote backend.
---
# The `terraform_data` Resource
# The `terraform_data` Managed Resource Type
The `terraform_data` implements the standard resource lifecycle, but does not directly take any other actions.
You can use the `terraform_data` resource without requiring or configuring a provider. It is always available through a built-in provider with the [source address](/language/providers/requirements#source-addresses) `terraform.io/builtin/terraform`.