Skip to content

Updated the subnet struct and corresponding function to fetch the subnet CIDR range #1561

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

Atchuthmullapudi
Copy link
Contributor

Description:

1.Updated subnet struct to include CIDR block variable
2.Updated the function GetSubnetsForVpcE to assign the CIDR block value to the struct variable before returning.

By this update users can fetch the subnet CIDR along with the other details for writing tests, particularly this is usefull when user trying to check if the CIDR allocated to the created subnet is expected or not with out writing any extra code.

Copy link
Contributor

@james03160927 james03160927 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM the failing test doesn't seem to be related to this change.

@james03160927 james03160927 merged commit 3982e2d into gruntwork-io:main Jun 2, 2025
2 checks passed
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 this pull request may close these issues.

2 participants