terraform-github-actions
terraform-github-actions copied to clipboard
Providers used during plan might be different than the providers used during apply
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.