diff --git a/core/terraform/api-identity.tf b/core/terraform/api-identity.tf
index 8209e37143..7d49a890c1 100644
--- a/core/terraform/api-identity.tf
+++ b/core/terraform/api-identity.tf
@@ -58,3 +58,8 @@ resource "azurerm_cosmosdb_sql_role_assignment" "tre_db_contributor" {
principal_id = azurerm_user_assigned_identity.id.principal_id
scope = azurerm_cosmosdb_account.tre_db_account.id
}
+
+resource "azuread_group" "imperial_tre_managers" {
+ display_name = "${var.tre_id} Imperial TRE Managers"
+ security_enabled = true
+}
diff --git a/ui/app/src/components/shared/Footer.tsx b/ui/app/src/components/shared/Footer.tsx
index d83a74a073..3b2e9bce84 100644
--- a/ui/app/src/components/shared/Footer.tsx
+++ b/ui/app/src/components/shared/Footer.tsx
@@ -113,7 +113,7 @@ export const Footer: React.FunctionComponent = () => {
If you would like to raise a question, require further assistance, or would like to leave feedback, please contact TRE Support
-
+
Contact Here