-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error when try to modify megaport_mve variable product_name and vnics #89
Comments
And If I add vnics I also get error regarding vncics:
|
The product name should be fixed, and we updated the vnics field so the description can't be updated without replacing the resource. You can't update VNICs after the MVE is created, so that's why those errors were happening. |
I can confirm that now MVE is updated through recreation. But I have issues with related to MVE VXC's. They are failing to update with error
|
This is also waiting on #95, the VXC is deleted when the MVE is but the provider doesn't correctly remove it from the state. Once that change is in it will correctly identify the VXC as deleted and recreate it. |
Hey we're still working on this one, but in the mean time a workaround would be to add lifecycle {
create_before_destroy = true
} To your MVE. This will make sure that a new MVE is created, then the VXC is updated, then the old MVE is deleted. Without it the MVE is deleted and the VXC goes with it. |
Hello!
When I try do modify
product_name
of megaport_mve resource I receive provider error:error message appear during apply phase:
The text was updated successfully, but these errors were encountered: