Skip to content

Commit

Permalink
Add GCP credentials to the govuk-publishing-infra workspaces
Browse files Browse the repository at this point in the history
This is needed to allow permission for GCP to have access to the
govuk-mirror S3 buckets.
  • Loading branch information
theseanything committed Aug 1, 2024
1 parent a4915a6 commit 6ef90af
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module "govuk-publishing-infrastructure-integration" {

variable_set_names = [
"aws-credentials-integration",
"gcp-credentials-integration",
"common",
"common-integration"
]
Expand Down Expand Up @@ -56,6 +57,7 @@ module "govuk-publishing-infrastructure-staging" {

variable_set_names = [
"aws-credentials-staging",
"gcp-credentials-staging",
"common",
"common-staging"
]
Expand Down Expand Up @@ -87,6 +89,7 @@ module "govuk-publishing-infrastructure-production" {

variable_set_names = [
"aws-credentials-production",
"gcp-credentials-production",
"common",
"common-production"
]
Expand Down

0 comments on commit 6ef90af

Please sign in to comment.