Files
netris-nestri/infra-old/cluster.ts
2025-07-16 19:55:36 +03:00

6 lines
117 B
TypeScript

import { vpc } from "./vpc";
export const cluster = new sst.aws.Cluster("Cluster", {
vpc,
forceUpgrade: "v2"
});