Update README.md

This commit is contained in:
Laura Pacilio
2022-06-27 11:18:57 -04:00
committed by GitHub
parent 809be0b0d9
commit fd2c8fe764

View File

@@ -37,7 +37,7 @@ Show off your Terraform knowledge by passing a certification exam. Visit the [ce
This repository contains only Terraform core, which includes the command line interface and the main graph engine. Providers are implemented as plugins, and Terraform can automatically download providers that are published on [the Terraform Registry](https://registry.terraform.io). HashiCorp develops some providers, and others are developed by other organizations. For more information, see [Extending Terraform](https://www.terraform.io/docs/extend/index.html).
- To learn more about compiling Terraform and contributing suggested changes, please refer to [the contributing guide](.github/CONTRIBUTING.md).
- To learn more about compiling Terraform and contributing suggested changes, refer to [the contributing guide](.github/CONTRIBUTING.md).
- To learn more about how we handle bug reports, please read the [bug triage guide](./BUGPROCESS.md).