-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fargate provider storage size setting doesn't work (#661)
- Corrected the logical grouping of the nullish coalescing operator and ternary operator for the ephemeralStorageGiB property. - Ensured that the ephemeralStorageGiB property is correctly set when provided in the props. - This fix ensures that the correct storage value is reflected in the synthesized CloudFormation template. - Prior to this fix the storage value would always be set to 25
- Loading branch information
1 parent
774d6d0
commit d293ca2
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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