Skip to content

Commit

Permalink
terraform: change from ProviderSchema to GetSchema in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wingyplus committed Dec 21, 2019
1 parent 3133c4d commit 54bd415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/resource_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type ResourceProvider interface {
* Functions related to the provider
*********************************************************************/

// ProviderSchema returns the config schema for the main provider
// GetSchema returns the config schema for the main provider
// configuration, as would appear in a "provider" block in the
// configuration files.
//
Expand Down

0 comments on commit 54bd415

Please sign in to comment.