Relative Content

Tag Archive for terraformgithub-actionsterraform-provider-azurepull-request

Perform Action on Git workflow either on PR get approve or merge

I need to perform terraform apply on either PR gets approve or merge. that can be easily manage by checking condition. but the stuck at the situation like how can I validate that terraform apply is already perform on previous state like apply on Approve so next time when it’s get merge workflow again execute or vice-versa.