We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
When doing
Subnet: Type: AWS::EC2::Subnet Properties: VpcId: !Ref Vpc CidrBlock: 10.0.0.0/24 Ipv4NetmaskLength: 10
Detect the error Both CidrBlock and Ipv4NetmaskLength cannot be specified
Both CidrBlock and Ipv4NetmaskLength cannot be specified
The text was updated successfully, but these errors were encountered:
Invalid request provided: Property CidrBlock or Ipv4IpamPoolId cannot be empty.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is this feature request related to a new rule or cfn-lint capabilities?
No response
Describe the feature you'd like to request
When doing
Describe the solution you'd like
Detect the error
Both CidrBlock and Ipv4NetmaskLength cannot be specified
Additional context
No response
Is this something that you'd be interested in working on?
Would this feature include a breaking change?
The text was updated successfully, but these errors were encountered: