diff --git a/backend/src/services/app-connection/app-connection-maps.ts b/backend/src/services/app-connection/app-connection-maps.ts index 19967aa3b..795c4ac52 100644 --- a/backend/src/services/app-connection/app-connection-maps.ts +++ b/backend/src/services/app-connection/app-connection-maps.ts @@ -24,7 +24,8 @@ export const APP_CONNECTION_NAME_MAP: Record = { [AppConnection.TeamCity]: "TeamCity", [AppConnection.OCI]: "OCI", [AppConnection.OracleDB]: "OracleDB", - [AppConnection.OnePass]: "1Password" + [AppConnection.OnePass]: "1Password", + [AppConnection.Render]: "Render" }; export const APP_CONNECTION_PLAN_MAP: Record = { @@ -51,5 +52,6 @@ export const APP_CONNECTION_PLAN_MAP: Record