Skip to content

Commit

Permalink
Add TFC_GCP_RUN_SERVICE_ACCOUNT_EMAIL as workspace variable of type…
Browse files Browse the repository at this point in the history
… `terraform` (#6)
  • Loading branch information
strebitz authored Sep 19, 2024
1 parent 8dc9f6f commit 28821d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [5.3.0] - 2024-09-19

FEATURES:
* Add `TFC_GCP_RUN_SERVICE_ACCOUNT_EMAIL` as workspace variable of type `terraform`

## [5.2.0] - 2024-09-12

FEATURES:
Expand Down Expand Up @@ -92,7 +97,8 @@ FEATURES:

Initial release

[Unreleased]: https://github.com/nephosolutions/terraform-tfe-workspace/compare/v5.2.0...HEAD
[Unreleased]: https://github.com/nephosolutions/terraform-tfe-workspace/compare/v5.3.0...HEAD
[5.3.0]: https://github.com/nephosolutions/terraform-tfe-workspace/releases/tag/v5.3.0
[5.2.0]: https://github.com/nephosolutions/terraform-tfe-workspace/releases/tag/v5.2.0
[5.1.0]: https://github.com/nephosolutions/terraform-tfe-workspace/releases/tag/v5.1.0
[5.0.1]: https://github.com/nephosolutions/terraform-tfe-workspace/releases/tag/v5.0.1
Expand Down
6 changes: 6 additions & 0 deletions modules/google/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ module "tfe_workspace" {
value = google_service_account.tfe_workspace.email
category = "env"
description = "The service account email Terraform Cloud will use when authenticating to GCP."
},
{
key = "TFC_GCP_RUN_SERVICE_ACCOUNT_EMAIL"
value = google_service_account.tfe_workspace.email
category = "terraform"
description = "The service account email Terraform Cloud will use when authenticating to GCP."
}
])
}
Expand Down

0 comments on commit 28821d6

Please sign in to comment.