diff --git a/docs/paas.md b/docs/paas.md index 934ec0a40..57731ea64 100644 --- a/docs/paas.md +++ b/docs/paas.md @@ -5,7 +5,7 @@ It uses the open source Cloud Foundry platform and run on AWS. ## Getting a PaaS account You can get an account by requesting in the `#digital-tools-support` channel. -Request for an account with a `SpaceDeveloper` role to be created under your `@digital.education.gov.uk` email address and access to the `dfe-teacher-services` organisation and the below spaces: +Request for an account with a `SpaceDeveloper` role to be created under your `@digital.education.gov.uk` email address and access to the `dfe` organisation and the below spaces: |Spaces | |:------------| diff --git a/terraform/modules/paas/data.tf b/terraform/modules/paas/data.tf index ab6c670ae..1569a4195 100644 --- a/terraform/modules/paas/data.tf +++ b/terraform/modules/paas/data.tf @@ -1,5 +1,5 @@ data cloudfoundry_org org { - name = "dfe-teacher-services" + name = "dfe" } data cloudfoundry_space space {