Skip to content

Commit

Permalink
Update state_version.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Rivera <sebastian.rivera@hashicorp.com>
  • Loading branch information
brandonc and sebasslash committed Jul 5, 2022
1 parent f2ec769 commit 0453163
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions state_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ type StateVersionCreateOptions struct {
// Optional: Specifies the run to associate the state with.
Run *Run `jsonapi:"relation,run,omitempty"`

// Optional: The external, json representation of state outputs, base64 encoded.
// https://www.terraform.io/internals/json-format#values-representation (the contents of the
// "outputs" attribute)
// Supplying detailed outputs will provide more details to the platform
// Optional: The external, json representation of state outputs, base64 encoded. Supplying this field
// will provide more detailed output type information to TFE.
// For more information on the contents of this field: https://www.terraform.io/internals/json-format#values-representation
// about the current terraform state.
//
// **Note**: This field is in BETA, subject to change and not widely available yet.
Expand Down

0 comments on commit 0453163

Please sign in to comment.