@ -218,6 +218,10 @@ variables using
use the terraform configuration below. Please make sure all the requirements of
use the terraform configuration below. Please make sure all the requirements of
gcp-gh-actions are followed before running it.
gcp-gh-actions are followed before running it.
**NOTE:** When running the following for a repo under and organization, set the
environment variable `GITHUB_ORGANIZATION` if setting the `owner` in the
`github` provider doesn't work.
```hcl
```hcl
provider "google" {}
provider "google" {}
@ -235,6 +239,7 @@ module "gcp_gh_actions" {
gcp_service_account_id = "flux2-e2e-test"
gcp_service_account_id = "flux2-e2e-test"
gcp_service_account_name = "flux2-e2e-test"
gcp_service_account_name = "flux2-e2e-test"
gcp_service_account_description = "For running fluxcd/flux2 e2e tests."
gcp_roles = [
gcp_roles = [
"roles/compute.instanceAdmin.v1",
"roles/compute.instanceAdmin.v1",
"roles/container.admin",
"roles/container.admin",