Skip to content

Commit

Permalink
branch change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpomfret committed Nov 21, 2023
1 parent e3f1c05 commit 20ca823
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ module "cluster-infrastructure-integration" {
workspace_desc = "The cluster-infrastructure module is responsible for the AWS resources which constitute the EKS cluster."
workspace_tags = ["integration", "cluster-infrastructure", "eks", "aws"]
terraform_version = "1.5.2"
execution_mode = "local" #TODO: Change to remote after state import
execution_mode = "remote" #TODO: Change to remote after state import
working_directory = "/terraform/deployments/cluster-infrastructure/"
trigger_patterns = ["/terraform/deployments/cluster-infrastructure/**/*"]

project_name = "govuk-infrastructure"

vcs_repo = {
identifier = "alphagov/govuk-infrastructure"
branch = "marc/cluster-infra-int-state"
oauth_token_id = data.tfe_oauth_client.github.oauth_token_id
}
}

0 comments on commit 20ca823

Please sign in to comment.