iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply linting to the CFN templates through cfn-lint

neoghostz opened this issue · comments

Idea behind this would be to enforce the strongly typed values for certain resources.
At present the following are put as Int rather than Strings
RDS:
Type: "AWS::RDS::DBInstance"
Properties:
AllocatedStorage: 100
BackupRetentionPeriod: 7
Port: 3306

Could be possibly a bug between cfn-lint and the Cloudformation JSON spec.