Skip to content

Commit

Permalink
Better format of sentence
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Kenny <[email protected]>
  • Loading branch information
JuliaBrigitte and kenoir authored Dec 7, 2022
1 parent 5b2ba2c commit ea8490a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ Generally speaking, we've found this to be a good process to follow when migrati
```shell
npm run diff -- --template cloudformation/trigr.cfn.yaml Trigr-PROD
```
user Trig-PROD as found in cdk.ts (new Trigr(app, "Trigr-PROD", { stack: "ophan", stage: "PROD" });)
Use `Trig-PROD` as found in `cdk.ts`:

`(new Trigr(app, "Trigr-PROD", { stack: "ophan", stage: "PROD" });)`


This should only show differences in how resources are tagged; GuCDK will add various tags to _all_ resources in the stack.
If you find this initial diff too noisy, you could temporarily exclude these tags by amending your [stack's props](https://guardian.github.io/cdk/interfaces/constructs_core.GuStackProps.html#withoutTags),
Expand Down

0 comments on commit ea8490a

Please sign in to comment.