Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Apply linting to the CFN templates through cfn-lint #20

Open
neoghostz opened this issue Jan 21, 2019 · 0 comments
Open

Apply linting to the CFN templates through cfn-lint #20

neoghostz opened this issue Jan 21, 2019 · 0 comments

Comments

@neoghostz
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant