mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
godoc typo
This commit is contained in:
parent
cbc8d1eba2
commit
ab2d09b0cb
@ -19,7 +19,7 @@ type ResourceInstanceObject struct {
|
|||||||
// Terraform.
|
// Terraform.
|
||||||
Value cty.Value
|
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
|
// 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
|
// any way and it is not exposed anywhere in the user interface, so
|
||||||
// a provider can use it for retaining any necessary private state.
|
// a provider can use it for retaining any necessary private state.
|
||||||
|
Loading…
Reference in New Issue
Block a user