Skip to content
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

core: fix bad Sprintf in backend migration message #14601

Merged
merged 1 commit into from
May 19, 2017

Conversation

glasser
Copy link
Contributor

@glasser glasser commented May 18, 2017

Before this, invoking this codepath would print

Terraform has successfully migrated from legacy remote state to your
configured remote state.%!(EXTRA string=s3)

Copy link
Member

@radeksimko radeksimko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for noticing this. I left you one question there.

"[reset][green]\n\n"+
strings.TrimSpace(successBackendLegacyUnset), s.Backend.Type)))
m.Ui.Output(m.Colorize().Color(
"[reset][green]\n\n" + strings.TrimSpace(successBackendLegacyUnset)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that having s.Backend.Type here for the context would be still helpful. It also means we'll need to change the message (successBackendLegacyUnset). How about something like this?

Terraform has successfully migrated from legacy remote state to your
configured backend (%q).

@radeksimko radeksimko added bug core waiting-response An issue/pull request is waiting for a response from the community labels May 18, 2017
Before this, invoking this codepath would print

    Terraform has successfully migrated from legacy remote state to your
    configured remote state.%!(EXTRA string=s3)
@glasser
Copy link
Contributor Author

glasser commented May 18, 2017

Thanks @radeksimko ! I've made the change you requested.

@stack72
Copy link
Contributor

stack72 commented May 19, 2017

Hi @glasser

This LGTM thanks for making the changes suggested

Paul

@stack72 stack72 merged commit 783908e into hashicorp:master May 19, 2017
@ghost
Copy link

ghost commented Apr 12, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug core waiting-response An issue/pull request is waiting for a response from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants