diff --git a/environments/analytical-platform-ingestion.json b/environments/analytical-platform-ingestion.json new file mode 100644 index 000000000..27e3c6a63 --- /dev/null +++ b/environments/analytical-platform-ingestion.json @@ -0,0 +1,32 @@ +{ + "account-type": "member", + "environments": [ + { + "name": "development", + "access": [ + { + "github_slug": "analytical-platform", + "level": "sandbox", + "nuke": "exclude" + } + ] + }, + { + "name": "production", + "access": [ + { + "github_slug": "analytical-platform", + "level": "developer" + } + ] + } + ], + "tags": { + "application": "analytical-platform-ingestion", + "business-unit": "Platforms", + "infrastructure-support": "analytical-platform@digital.justice.gov.uk", + "owner": "Analytical Platform" + }, + "github-oidc-team-repositories": [""], + "go-live-date": "" +} diff --git a/policies/environments/expected.rego b/policies/environments/expected.rego index 9baa0dcbb..7775f68b2 100644 --- a/policies/environments/expected.rego +++ b/policies/environments/expected.rego @@ -6,6 +6,7 @@ expected := "analytical-platform", "analytical-platform-data", "analytical-platform-data-engineering", + "analytical-platform-ingestion", "analytical-platform-landing", "analytical-platform-management", "apex",