@@ -199,7 +199,8 @@ type Workspace struct {
199199 ExecutionMode string `jsonapi:"attr,execution-mode"`
200200 FileTriggersEnabled bool `jsonapi:"attr,file-triggers-enabled"`
201201 GlobalRemoteState bool `jsonapi:"attr,global-remote-state"`
202- ProjectRemoteState bool `jsonapi:"attr,project-remote-state"`
202+ // **Note: This field is still in BETA and subject to change.**
203+ ProjectRemoteState bool `jsonapi:"attr,project-remote-state"`
203204 InheritsProjectAutoDestroy bool `jsonapi:"attr,inherits-project-auto-destroy"`
204205 Locked bool `jsonapi:"attr,locked"`
205206 MigrationEnvironment string `jsonapi:"attr,migration-environment"`
@@ -436,6 +437,7 @@ type WorkspaceCreateOptions struct {
436437
437438 GlobalRemoteState * bool `jsonapi:"attr,global-remote-state,omitempty"`
438439
440+ // **Note: This field is still in BETA and subject to change.**
439441 // Optional: Allows the workspace to share remote state at the project level.
440442 // Default is false.
441443 ProjectRemoteState * bool `jsonapi:"attr,project-remote-state,omitempty"`
@@ -614,6 +616,7 @@ type WorkspaceUpdateOptions struct {
614616 // Optional:
615617 GlobalRemoteState * bool `jsonapi:"attr,global-remote-state,omitempty"`
616618
619+ // **Note: This field is still in BETA and subject to change.**
617620 // Optional: Allows the workspace to share remote state at the project level.
618621 // Default is false.
619622 ProjectRemoteState * bool `jsonapi:"attr,project-remote-state,omitempty"`
0 commit comments