'Cloudformation stack won't update after template change

I tried to update a cloudformation stack after I changed the parameters. The change I did for some parameters is added NoEcho: true property in order to not present the secret parameters in the meta data of the stack. When I upload the new template I see the changes in the parameters but when I try to apply the changes I get an error saying that there were no changes. I understand that no change was made in one of the resources itself, but I need to change this stack without destroying it and re-creating, just updating it.

Does anyone have a proper solution for this problem? Thank you!



Solution 1:[1]

Make some arbitrary changes to the stack. For example, create a new resource, deploy it, then remove it and deploy again.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 tianz