diff --git a/content/terraform-docs-common/docs/plugin/how-terraform-works.mdx b/content/terraform-docs-common/docs/plugin/how-terraform-works.mdx index e6d36b9743..0a8bdc9c11 100644 --- a/content/terraform-docs-common/docs/plugin/how-terraform-works.mdx +++ b/content/terraform-docs-common/docs/plugin/how-terraform-works.mdx @@ -15,7 +15,7 @@ versions of existing plugins. Terraform is logically split into two main parts: **Terraform Core** and **Terraform Plugins**. Terraform Core uses remote procedure calls (RPC) to communicate with Terraform Plugins, and offers multiple ways to discover and -load plugins to use. Terraform Plugins expose an implementation for a specific +load plugins to use. Terraform Plugins provide an implementation for interacting with a specific service, such as AWS, or provisioner, such as bash. ## Terraform Core @@ -113,4 +113,4 @@ elsewhere, `terraform init -upgrade` will not download a newer version of it. [0]: https://en.wikipedia.org/wiki/Static_build#Static_building -[1]: https://golang.org/ \ No newline at end of file +[1]: https://golang.org/