opta icon indicating copy to clipboard operation
opta copied to clipboard

Opta rollback to resolve terraform state conflicts

Open NitinAgg opened this issue 3 years ago • 0 comments

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.

NitinAgg avatar Feb 08 '22 22:02 NitinAgg