website: fix typo in the guide to writing Terraform providers
This commit is contained in:
parent
3538f832b0
commit
703673fb9e
|
@ -567,7 +567,7 @@ func resourceServerRead(d *schema.ResourceData, m interface{}) error {
|
|||
|
||||
This guide covers the schema and structure for implementing a Terraform provider
|
||||
using the provider framework. As next steps, reference the internal providers
|
||||
for examples. Terraform also includes a full framework for testing frameworks.
|
||||
for examples. Terraform also includes a full framework for testing providers.
|
||||
|
||||
## General Rules
|
||||
|
||||
|
|
Loading…
Reference in New Issue