Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 09:58
· 152 commits to main since this release

Issues | Pull Requests | v1.4.0...v1.5.0 | Base revision

Features

#1634 #1643 Add optional settings gcp_remote_backend_service_account and gcp_remote_backend_workload_identity_provider to configure a Google Cloud Service Account for Terraform Remote Backend @rochana-atapattu

By default, gcp_service_account and gcp_workload_identity_provider are used, but you can use a different service account for
GCS Backend.
The environment variable GOOGLE_BACKEND_CREDENTIALS is set.

Fixes

#1660 #1661 follow up pr: Fix a bug that a target of a follow up pull request can't be extracted from a pull request description properly if the newline code isn't \n but \r\n somehow @cappyzawa

https://suzuki-shunsuke.github.io/tfaction/docs/feature/follow-up-pr

When an apply workflow fails tfaction creates a follow up pull request.
tfaction embeds the target name in the pull request description.

This release fixes a bug that the target embedded in the pull request description can't be extracted properly if the newline code isn't \n but \r\n somehow.