Skip to content

Commit

Permalink
fix(infra): Update variable names (#8447)
Browse files Browse the repository at this point in the history
update variable names
  • Loading branch information
aarushik93 authored Oct 24, 2024
1 parent 08a8abe commit 6d812ac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions autogpt_platform/infra/terraform/environments/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ service_accounts = {
display_name = "AutoGPT prod Market backend Account"
description = "Service account for agpt prod market backend"
},
"prod-github-actions-workload-identity" = {
service_account_name = "prod-github-actions-sa"
namespace = "prod-agpt"
ksa_name = "prod-github-actions-sa"
"prod-github-actions-sa" = {
display_name = "GitHub Actions Prod Service Account"
description = "Service account for GitHub Actions deployments to prod"
}
}

Expand Down Expand Up @@ -108,7 +107,7 @@ role_bindings = {
"serviceAccount:[email protected]"
],
"roles/iam.serviceAccountTokenCreator" = [
"principalSet://iam.googleapis.com/projects/638488734936/locations/global/workloadIdentityPools/prod-pool/*",
"principalSet://iam.googleapis.com/projects/1021527134101/locations/global/workloadIdentityPools/prod-pool/*",
"serviceAccount:[email protected]"
]
}
Expand All @@ -121,7 +120,7 @@ standard_bucket_names = []
bucket_admins = ["[email protected]", "[email protected]"]

workload_identity_pools = {
"dev-pool" = {
"prod-pool" = {
display_name = "Production Identity Pool"
providers = {
"github" = {
Expand Down

0 comments on commit 6d812ac

Please sign in to comment.