mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import { vpc } from "./vpc";
|
|
|
|
export const cluster = new sst.aws.Cluster("Cluster", {
|
|
vpc,
|
|
forceUpgrade: "v2"
|
|
}); |