Skip to content

Commit

Permalink
Merge pull request #479 from hashicorp/brandonc/detailed_type_outputs
Browse files Browse the repository at this point in the history
[Beta] Add detailed-type field to state_version_output.go
  • Loading branch information
brandonc committed Jul 25, 2022
2 parents 1af5708 + 1e7d00b commit 8bd9134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions state_version_output.go
Expand Up @@ -31,6 +31,8 @@ type StateVersionOutput struct {
Sensitive bool `jsonapi:"attr,sensitive"`
Type string `jsonapi:"attr,type"`
Value interface{} `jsonapi:"attr,value"`
// BETA: This field is experimental and not universally present in all versions of TFE/Terraform
DetailedType interface{} `jsonapi:"attr,detailed-type"`
}

// ReadCurrent reads the current state version outputs for the specified workspace
Expand Down

0 comments on commit 8bd9134

Please sign in to comment.