cloudtools / cloudtools/troposphere
Allow positive_integer as TaskDefinition Memory property value
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
AWS CloudFormation allows values other than e.g. `2GB`, or rather it seems to prefer the MB value as an integer (`2048`).
I discovered this through the new Drift Detection feature, and it seems to automatically translate `2GB` to `2048`, causing an immediate drift upon deployment of my stack
Contributor guide
Assessment
This issue has not been assessed yet.