-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
terraform: Emit lifecycle phases of ephemeral resources to the UI #35919
Conversation
5722d4d
to
61080a0
Compare
61080a0
to
42ba5d2
Compare
e1a580d
to
2bc0df2
Compare
2bc0df2
to
5d15e4c
Compare
5d15e4c
to
3470e96
Compare
3470e96
to
7359d7e
Compare
64748a5
to
2780a32
Compare
2780a32
to
c58d62e
Compare
c58d62e
to
958fc40
Compare
958fc40
to
35221b9
Compare
35221b9
to
af2f69a
Compare
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
This commit adds the ephemeral lifecycle messages to the log message type. This will allow the UI to display the progress of ephemeral operations. This uses messages from hashicorp/terraform#35919, which matches the messages from the HCP API.
This commit adds the ephemeral lifecycle messages to the log message type. This will allow the UI to display the progress of ephemeral operations. This uses messages from hashicorp/terraform#35919, which matches the messages from the HCP API.
This commit adds the ephemeral lifecycle messages to the log message type. This will allow the UI to display the progress of ephemeral operations. This uses messages from hashicorp/terraform#35919, which matches the messages from the HCP API.
* (TFECO-8141) Add ephemeral lifecycle messages This commit adds the ephemeral lifecycle messages to the log message type. This will allow the UI to display the progress of ephemeral operations. This uses messages from hashicorp/terraform#35919, which matches the messages from the HCP API.
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
UX
It may look a bit verbose but I think it reflects the reality that ephemeral resources go always through a fresh lifecycle again during apply, so I don't it's wrong.
I will look into updating any TFC related logic or coordinate with the CLI team.
cc @hashicorp/tf-editor-experience-engineers FYI this may impact you in the context of https://github.com/hashicorp/vscode-terraform/blob/87ceb0ac381fb3ee9417682e3ff0954115351553/src/api/terraformCloud/log.ts#L26-L58