You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some cluster_parameters modifications defined and if I use the "immediate" apply_method the first time it creates de database correctly, but then, aws changes the paramter to pending_reboot internally, so every time I reapply my code it gets the difference and applies it again.
Is there a correct way to avoid this?
Also, the apply_method is not mandatory for terraform (it defaults to immediate) but it is for your module, why?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hello!
I have some cluster_parameters modifications defined and if I use the "immediate" apply_method the first time it creates de database correctly, but then, aws changes the paramter to pending_reboot internally, so every time I reapply my code it gets the difference and applies it again.
Is there a correct way to avoid this?
Also, the apply_method is not mandatory for terraform (it defaults to immediate) but it is for your module, why?
Thanks a lot
The text was updated successfully, but these errors were encountered: