terraform-github-actions icon indicating copy to clipboard operation
terraform-github-actions copied to clipboard

Providers used during plan might be different than the providers used during apply

Open tony-aq opened this issue 3 years ago • 0 comments

Suggestion

We have some conditions of apply running with updated providers after the plan has run successful some days previous.

Technically, the versions of providers allow newer provider versions - but sometimes newer provider versions come along with state changes that need to be approved.

If the plan provider versions matched the apply provider versions, it would remove a main source of differences we run into.

Maybe this is more of a terraform request, where the plan detail should take into account the provider versions... idk.

tony-aq avatar Sep 06 '22 15:09 tony-aq