I am creating a Codebuild project in order to apply latest terraform configuration.
A minor problem is that if there are too many changes/destroys, I dont want they to be applied.
However, as far as I know, Codebuild does not allow to input confirmation in middle of execution.
Anyone have a suggestion or workaround idea would be great.
Thanks