Skip to content

Commit

Permalink
docs(infra): update environments table
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jan 3, 2024
1 parent 4d731a9 commit 7131e00
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/deployment/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ The following things in Azure are managed outside of Terraform:

## Environments

| Environment | Azure Resource Group | Terraform Workspace | Git Branch |
| ----------- | --------------------------------- | ------------------- | ---------- |
| Dev | `$(AGENCY_RESOURCE_GROUP_PREFIX)-eligibility-dev` | `dev` | `dev` |
| Test | `$(AGENCY_RESOURCE_GROUP_PREFIX)-eligibility-test` | `test` | `test` |
| Prod | `$(AGENCY_RESOURCE_GROUP_PREFIX)-eligibility-prod` | `default` | `prod` |
| Environment | Azure Resource Group | Terraform Workspace | Git Reference |
| ----------- | -------------------------------------------------- | ------------------- | --------------------- |
| Dev | `$(AGENCY_RESOURCE_GROUP_PREFIX)-eligibility-dev` | `dev` | `main` |
| Test | `$(AGENCY_RESOURCE_GROUP_PREFIX)-eligibility-test` | `test` | release candidate tag |
| Prod | `$(AGENCY_RESOURCE_GROUP_PREFIX)-eligibility-prod` | `default` | release tag |

(See [Version number format](../releases.md#version-number-format) for naming pattern for release candidate/release tags.)

All resources in these Resource Groups should be reflected in Terraform in this repository. The exceptions are:

Expand Down

0 comments on commit 7131e00

Please sign in to comment.