-
Notifications
You must be signed in to change notification settings - Fork 8
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
Changing source name silently fails #194
Comments
As per Marta's comment in Slack, the source should be indeed renamed in-place. Not sure why that is not carried out correctly.
The name of the source should now be
Steps to reproduce: create a source through Terraform and execute |
The errors in update functions were previously ignored. This is obscuring whatever error is occuring in #194.
The errors in update functions were previously ignored. This is obscuring whatever error is occuring in #194.
Will be fixed in #200 |
Will be part of |
When adapting the name of an existing source, the Terraform provider tries to update the name of the source in place. This fails silently and does not adapt the name of the source in Materialize.
I would have expected that the source is deleted and then recreated with the new name instead.
The text was updated successfully, but these errors were encountered: