File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ type PlanResourceChangeResponse struct {
7171 // we wouldn't even be including it in this type. Don't use it. It may
7272 // go away or change behavior on you with no warning. It is
7373 // explicitly unsupported and not part of our SemVer guarantees.
74+ //
75+ // Deprecated: Really, just don't use this, you don't need it.
7476 UnsafeToUseLegacyTypeSystem bool
7577}
7678
@@ -98,6 +100,8 @@ type ApplyResourceChangeResponse struct {
98100 // we wouldn't even be including it in this type. Don't use it. It may
99101 // go away or change behavior on you with no warning. It is
100102 // explicitly unsupported and not part of our SemVer guarantees.
103+ //
104+ // Deprecated: Really, just don't use this, you don't need it.
101105 UnsafeToUseLegacyTypeSystem bool
102106}
103107
You can’t perform that action at this time.
0 commit comments