Skip to content

Commit

Permalink
Update state_version_output.go
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Jul 25, 2022
1 parent 1af5708 commit 1e7d00b
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 1e7d00b

Please sign in to comment.