-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: remove TF ApplyOutput dependency in CLI #2323
Merged
Merged
Conversation
This file contains 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
elchead
changed the title
cli: remove TF applyOutput dependency
cli: remove TF ApplyOutput dependency in CLI
Sep 8, 2023
elchead
force-pushed
the
feat/cli/infrastructure-state
branch
from
September 11, 2023 08:15
61747c3
to
2355be8
Compare
elchead
force-pushed
the
feat/cli/remove-tf-output-dep
branch
from
September 11, 2023 08:30
ed6c1b0
to
e098f35
Compare
Coverage report
|
elchead
force-pushed
the
feat/cli/infrastructure-state
branch
from
September 11, 2023 11:22
2355be8
to
d4aa307
Compare
This has quite a lot of conflicts currently. Can you rebase before I start reviewing? |
sure but this should follow after the state file PR so lets start with this :) |
elchead
force-pushed
the
feat/cli/infrastructure-state
branch
from
September 21, 2023 13:39
cd3a85b
to
d206a59
Compare
elchead
force-pushed
the
feat/cli/remove-tf-output-dep
branch
from
September 21, 2023 13:49
e098f35
to
3554968
Compare
daniel-weisse
approved these changes
Sep 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you
derpsteb
approved these changes
Sep 25, 2023
elchead
force-pushed
the
feat/cli/infrastructure-state
branch
from
September 25, 2023 12:25
5ce0d30
to
e603c2e
Compare
elchead
force-pushed
the
feat/cli/remove-tf-output-dep
branch
from
September 25, 2023 14:45
b18310c
to
a070ac9
Compare
✅ Deploy Preview for constellation-docs canceled.
|
msanft
pushed a commit
that referenced
this pull request
Sep 27, 2023
derpsteb
pushed a commit
that referenced
this pull request
Oct 2, 2023
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.
Context
This is part of the effort to support self-managed infrastructure and decouple from Terraform state.
Proposed change(s)
Related issue
Checklist