Skip to content

Commit

Permalink
Merge pull request #398 from alphagov/add-missing-variables-to-integr…
Browse files Browse the repository at this point in the history
…ation

Add missing Terraform and Concourse variables relating to EKS
  • Loading branch information
Karl Baker authored Aug 20, 2021
2 parents 834918c + 577ccce commit fafc98b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions concourse/parameters/integration/eks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
aws_region: eu-west-1
concourse_deployer_role_arn: arn:aws:iam::210287912431:role/govuk-concourse-deployer
govuk_infrastructure_branch: main
5 changes: 4 additions & 1 deletion terraform/deployments/variables/integration/common.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
govuk_aws_state_bucket = "govuk-terraform-steppingstone-integration"
govuk_aws_state_bucket = "govuk-terraform-steppingstone-integration"
cluster_infrastructure_state_bucket = "govuk-terraform-integration"

cluster_log_retention_in_days = 7

govuk_environment = "integration"
ecs_default_capacity_provider = "FARGATE_SPOT"
Expand Down

0 comments on commit fafc98b

Please sign in to comment.