Skip to content

Commit

Permalink
Merge pull request #1015 from alphagov/marc/cluster-infra-int-state
Browse files Browse the repository at this point in the history
Cluster-infrastructure state
  • Loading branch information
marcpomfret authored Nov 28, 2023
2 parents db07d1c + 1522024 commit 047d112
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions terraform/deployments/cluster-infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
# See https://github.com/alphagov/govuk-infrastructure/blob/main/docs/architecture/decisions/0003-split-terraform-state-into-separate-aws-cluster-and-kubernetes-resource-phases.md

terraform {
backend "s3" {}

# backend "s3" {}
cloud {
organization = "govuk"
workspaces {
tags = ["cluster-infrastructure", "eks", "aws"]
}
}
required_version = "~> 1.5"
required_providers {
aws = {
Expand Down

0 comments on commit 047d112

Please sign in to comment.