Skip to content

Commit

Permalink
Add extra vars required
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-j-smith committed Oct 31, 2023
1 parent 378e840 commit b3920d2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ namespace deletion:

```bash
TF_VAR_cluster_name # e.g. "cp-1902-02" to get the vpc details for some modules like rds, es
TF_VAR_vpc_name # e.g. "live-1"
TF_VAR_eks_cluster_name # e.g. "live"
TF_VAR_cluster_state_bucket # State where the cluster state is stored
TF_VAR_github_owner # Github owner: ministryofjustice
TF_VAR_github_token # Personal access token with repo scope to push github action secrets
Expand All @@ -37,6 +39,7 @@ PIPELINE_STATE_KEY_PREFIX # State key/ folder where the environments terrafo
PIPELINE_STATE_REGION # State region of the bucket e.g. eu-west-1
PIPELINE_CLUSTER # Cluster name/folder inside namespaces/ in cloud-platform-environments
PIPELINE_CLUSTER_STATE # Cluster name/folder inside the state bucket where the environments terraform state is stored
PIPELINE_CLUSTER_DIR # e.g. "live.cloud-platform.service.justice.gov.uk"
```

For specific values, you can refer to the [Concourse environments-live pipeline](https://github.com/ministryofjustice/cloud-platform-terraform-concourse/blob/main/pipelines/manager/main/environments-live.yaml)
Expand Down

0 comments on commit b3920d2

Please sign in to comment.