-
Notifications
You must be signed in to change notification settings - Fork 0
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 on order_num when creating rewrite rules #189
Comments
Ok thanks for letting me know & sorry this is not working at the moment. I'll take a look at let you know as soon as possible ❤️ |
Yeah so I've contacted Migadu support about this because currently there does not seem to be a way to specify the order number at all. It is always computed at their backend based on the currently available rewrites. This is an issue for the current implementation in this provider because I kinda assumed that I can modify each rewrite rule on their own. I think if the current API behavior stays as-is, there are two options:
Option 2 is far easier and would work fine in your case I believe but it obviously breaks for people who require precise control of the ordering. So I'll wait for the response from their support and probably go with option 1. |
So just a small update here: The Migadu support wrote back a while ago and acknowledged that there is a 'problem' in their API and that they are working on it. I have not heard from them since then and I have been busy with work myself so I do not expect things to move forward here anytime soon.. |
Yeah, I know what you mean: It was about a year ago xD |
Hi!
I was trying to create a bunch of rewrite rules to enable the 'tag' thingy with the plus symbol made popular by google (I guess).
So, I just bumped from version 2023.7.12 to 2024.6.6 and renamed the resource from migadu_rewrite to migadu_rewrite_rule.
That the resource I'm using:
But with the new version I get:
Those are some things I tried that unfortunately led to the same error:
index
terraform function)None of that worked out, I haven't got an idea of the problem, It's like I'm trying to set order number from the api, but the api returns an order number that do not match the one I'm specifing, so terraform gets angry. But it's just a wild hypotesis.
The text was updated successfully, but these errors were encountered: