Add project-remote-state attribute to Workspace#1248
Merged
Conversation
Maed223
reviewed
Nov 20, 2025
Contributor
Maed223
left a comment
There was a problem hiding this comment.
Looking good, just need a slight adjustment in the changelog
netramali
reviewed
Nov 25, 2025
jbonhag
requested changes
Nov 25, 2025
Contributor
jbonhag
left a comment
There was a problem hiding this comment.
Thank you!! The attribute changes look good, but I think we should drop the "beta" labels since this is available in TFE, and we're not calling it beta there.
Collaborator
|
@hs26gill would you mind rebasing this PR branch on |
6e830cc to
16e9fa0
Compare
5dcf57b to
b45e5cc
Compare
jbonhag
previously requested changes
Dec 11, 2025
Contributor
jbonhag
left a comment
There was a problem hiding this comment.
I don't know how specific we need to get with the CHANGELOG entry, but it's accurate to say that this is only available on Terraform Enterprise (for now).
jbonhag
previously approved these changes
Dec 11, 2025
ctrombley
reviewed
Dec 16, 2025
2951ef4 to
fec52e1
Compare
fec52e1 to
d526631
Compare
d526631 to
78271e5
Compare
ctrombley
approved these changes
Dec 18, 2025
|
Reminder to the contributor that merged this PR: if your changes have added important functionality or fixed a relevant bug, open a follow-up PR to update CHANGELOG.md with a note on your changes. |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a
project-remote-stateattribute to Workspaces. This attribute allows the workspace to share its remote state with other workspaces within the project.Testing plan
Added unit tests:
TestWorkspacesProjectRemoteStateOutput from tests
Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.