Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
[1]: https://golang.org/
Loading