Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(aws-ec2): CfnNetworkAclEntry.CidrBlock should be optional #1565

Merged
merged 1 commit into from
Jan 18, 2019

Commits on Jan 17, 2019

  1. fix(aws-ec2): CfnNetworkAclEntry.CidrBlock should be optional

    The docs say this property is optional (exactly one of `CidrBlock`
    and `ipv6CidrBlock` should be specified) but it's typed as `Required`
    in the JSON schema.
    
    Patch the schema until this is fixed upstream.
    
    Fixes #1517.
    rix0rrr committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    ce443c3 View commit details
    Browse the repository at this point in the history