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

Both CidrBlock and Ipv4NetmaskLength cannot be specified #3729

Closed
2 tasks
kddejong opened this issue Oct 2, 2024 · 1 comment · Fixed by #3734
Closed
2 tasks

Both CidrBlock and Ipv4NetmaskLength cannot be specified #3729

kddejong opened this issue Oct 2, 2024 · 1 comment · Fixed by #3734

Comments

@kddejong
Copy link
Contributor

kddejong commented Oct 2, 2024

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

  Subnet:
    Type: AWS::EC2::Subnet
    Properties:
      VpcId: !Ref Vpc
      CidrBlock: 10.0.0.0/24
      Ipv4NetmaskLength: 10

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?

  • 👋 I may be able to implement this feature request

Would this feature include a breaking change?

  • ⚠️ This feature might incur a breaking change
@kddejong
Copy link
Contributor Author

kddejong commented Oct 2, 2024

Invalid request provided: Property CidrBlock or Ipv4IpamPoolId cannot be empty.

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

Successfully merging a pull request may close this issue.

1 participant