From e6ba3c82dbecf0d2706d9ee9350a199891f1eaec Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Fri, 10 Jun 2022 16:12:46 -0400 Subject: [PATCH] Update ExtState docs to mention beta --- state_version.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/state_version.go b/state_version.go index 1723b05a9..a2aaf0aaf 100644 --- a/state_version.go +++ b/state_version.go @@ -144,6 +144,8 @@ type StateVersionCreateOptions struct { // https://www.terraform.io/internals/json-format#state-representation // Supplying this state representation can provide more details to the platform // about the current terraform state. + // + // **Note**: This field is in BETA, subject to change and not widely available yet. ExtState json.RawMessage `jsonapi:"attr,ext-state,omitempty"` }