opta
opta copied to clipboard
Opta rollback to resolve terraform state conflicts
If a terraform apply is canceled midway, it can lead to scenarios where the resource is created but terraform state isn't updated. This can cause any future runs to fail. Implement an opta rollback
command which can import such resources in the terraform state when this happens.