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

Add support for multi_state xmv (wildcard expansion) #121

Merged
merged 10 commits into from
Dec 26, 2022

Conversation

minamijoyo
Copy link
Owner

We have added the wildcard support for state mv in #111, but this was limited within a single tfstate.
Let's extend this feature also to multi_state. This makes it easier to merge two states.

We have added the wildcard support for state mv in #111,
but this was limited within a single tfstate.
Let's extend this feature also to multi_state.
This makes it easier to merge two states.
Strictly speaking, `${` is a template literal notation and must be
escaped with `$${`, but the `$` symbol by itself does not need escaping.
That is, `$1` does not need to be escaped, but `$${1}` does.
@minamijoyo minamijoyo merged commit ec01f9f into master Dec 26, 2022
@minamijoyo minamijoyo deleted the multi-state-xmv branch December 26, 2022 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant