Merge pull request #21043 from hashicorp/paultyng-patch-1

godoc typo
This commit is contained in:
Paul Tyng 2019-04-17 14:37:01 -04:00 committed by GitHub
commit 6bd7fdbb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ type ResourceInstanceObject struct {
// Terraform.
Value cty.Value
// Internal is an opaque value set by the provider when this object was
// Private is an opaque value set by the provider when this object was
// last created or updated. Terraform Core does not use this value in
// any way and it is not exposed anywhere in the user interface, so
// a provider can use it for retaining any necessary private state.