fix(data): ignore table changes
This commit is contained in:
@@ -85,7 +85,7 @@ const inferenceEventTable = new aws.s3tables.Table(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ deleteBeforeReplace: $app.stage !== "production" },
|
{ deleteBeforeReplace: $app.stage !== "production", ignoreChanges: ["metadata"] },
|
||||||
)
|
)
|
||||||
|
|
||||||
export const inferenceEvent = new sst.Linkable("InferenceEvent", {
|
export const inferenceEvent = new sst.Linkable("InferenceEvent", {
|
||||||
|
|||||||
Reference in New Issue
Block a user