Last active
October 28, 2021 07:43
-
-
Save raghavmri/d9a4f6c441e885b369727bb57764cad8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "language": "typescript", | |
| "app": "npm run --silent compile && node main.js", | |
| "projectId": "5632caca-2a91-436c-963d-57dccfa2d7b0", | |
| "terraformProviders": ["aws@~> 3.63"], | |
| "terraformModules": [], | |
| "context": { | |
| "excludeStackIdFromLogicalIds": "true", | |
| "allowSepCharsInLogicalIds": "true" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment