Skip to content

Commit 5bf6c1f

Browse files
authored
Docs: Update unclear statement in how-terraform-works.mdx (#1015)
Hello. I'm reading the documentation the first time and the statement `Terraform Plugins expose IMPLEMENTATION` doesn't feel right to me in this context. IMO, plugins typically not expose, but provide or encapsulate implementation for interacting with a specific service. Here's alternative wording.
2 parents 8fb5b8a + a56075c commit 5bf6c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/terraform-docs-common/docs/plugin/how-terraform-works.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ versions of existing plugins.
1515
Terraform is logically split into two main parts: **Terraform Core** and
1616
**Terraform Plugins**. Terraform Core uses remote procedure calls (RPC) to
1717
communicate with Terraform Plugins, and offers multiple ways to discover and
18-
load plugins to use. Terraform Plugins expose an implementation for a specific
18+
load plugins to use. Terraform Plugins provide an implementation for interacting with a specific
1919
service, such as AWS, or provisioner, such as bash.
2020

2121
## Terraform Core
@@ -113,4 +113,4 @@ elsewhere, `terraform init -upgrade` will not download a newer version of it.
113113

114114
[0]: https://en.wikipedia.org/wiki/Static_build#Static_building
115115

116-
[1]: https://golang.org/
116+
[1]: https://golang.org/

0 commit comments

Comments
 (0)