Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Rename PaaS org to dfe #618

Merged
merged 1 commit into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/paas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|:------------|
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/paas/data.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data cloudfoundry_org org {
name = "dfe-teacher-services"
name = "dfe"
}

data cloudfoundry_space space {
Expand Down