diff --git a/environments/cica-tariff.json b/environments/cica-tariff.json new file mode 100644 index 000000000..df86626b3 --- /dev/null +++ b/environments/cica-tariff.json @@ -0,0 +1,22 @@ +{ + "account-type": "member", + "environments": [ + { + "name": "development", + "access": [ + { + "github_slug": "cica-mp-tariff", + "level": "developer" + } + ] + } + ], + "tags": { + "application": "cica-tariff", + "business-unit": "CICA", + "infrastructure-support": "Infrastructure@cica.gov.uk", + "owner": "alan.terry@cica.gov.uk" + }, + "github-oidc-team-repositories": [""] + } + \ No newline at end of file diff --git a/policies/environments/expected.rego b/policies/environments/expected.rego index a7810b6b7..72430af11 100644 --- a/policies/environments/expected.rego +++ b/policies/environments/expected.rego @@ -18,6 +18,7 @@ expected := "cdpt-ifs", "cica-copilot", "cica-data-extraction", + "cica-tariff", "contract-work-administration", "cooker", "core-logging",