-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Deprecate name_prefix #1035
Deprecate name_prefix #1035
Conversation
What's the migration story for our users? If they change their config to start using the random provider, it will create a diff on the name... For existing state/config, they would need to update the state so that the random provider value matches the one generated by the name prefix field. Is there an easier way to deal with this? |
Quick thoughts before I head out- |
Hi @danawillow + @rosbo. I know there has been a lot of focus on the Thanks! |
@paddycarver I'm thinking these changes should probably get in before 2.0.0 so we can remove the feature entirely in 2.0.0, right? |
* deprecate name_prefix * make name_prefix computed and add migration instructions
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Since you can generate prefixes with the random provider, there's no need for
name_prefix
anywhere anymore and it only makes things more complicated.Related: #780.