From ab2d09b0cb4aa14a2b77b4dc634f2bccbd5d8ade Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Wed, 17 Apr 2019 13:45:58 -0400 Subject: [PATCH] godoc typo --- states/instance_object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/instance_object.go b/states/instance_object.go index b45bfa6ac..1374c59d3 100644 --- a/states/instance_object.go +++ b/states/instance_object.go @@ -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.