Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Parameter type List<AWS::EC2::SecurityGroup::Id> #94

Closed
martysweet opened this issue Nov 19, 2017 · 0 comments
Closed

Parameter type List<AWS::EC2::SecurityGroup::Id> #94

martysweet opened this issue Nov 19, 2017 · 0 comments
Labels
Milestone

Comments

@martysweet
Copy link
Owner

AWSTemplateFormatVersion: '2010-09-09'
Parameters:
  ExistingSecurityGroups:
    Type: List<AWS::EC2::SecurityGroup::Id>
Resources:
  Bucket:
    Type: AWS::S3::Bucket

Results in:

0 infos
0 warn
1 crit
Resource: Parameters > ExistingSecurityGroups
Message: Parameter ExistingSecurityGroups has an invalid type of List<AWS::EC2::SecurityGroup::Id>.
Documentation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html

However List<AWS::EC2::SecurityGroup::Id> is valid.

cfn-lint@1.3.4

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

No branches or pull requests

1 participant