From 1e7d00b224f2d4bbe048046eb49ba4af39e76fd3 Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Mon, 25 Jul 2022 10:09:06 -0600 Subject: [PATCH] Update state_version_output.go --- state_version_output.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/state_version_output.go b/state_version_output.go index 47ac71335..b22e7be2f 100644 --- a/state_version_output.go +++ b/state_version_output.go @@ -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