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

feat: Add secondary IPAM CIDR feature from PR #1074 of the VPC module #5

Merged
merged 4 commits into from
Sep 4, 2024

Conversation

as-extern-mbertram
Copy link
Collaborator

Will add the feature that additional CIDR ranges from other IPAM pools can be provided. Code was integrated from: terraform-aws-modules#1074

@as-extern-mbertram as-extern-mbertram marked this pull request as ready for review September 3, 2024 14:36
@as-extern-mbertram as-extern-mbertram changed the title Add secondary IPAM CIDR feature from PR #1074 of the VPC module feat: Add secondary IPAM CIDR feature from PR #1074 of the VPC module Sep 3, 2024
@@ -715,3 +720,18 @@ output "tgw_att_name" {
description = "Name of the TGW attachment"
value = try(aws_ec2_transit_gateway_vpc_attachment.tgw[0].tags["Name"], "")
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't those be in the variables.tf?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh yes you are right.

Copy link

@plcoelho plcoelho left a comment

Choose a reason for hiding this comment

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

LGTM

@as-extern-mbertram as-extern-mbertram merged commit 0c9321f into ocp-maps-main Sep 4, 2024
6 checks passed
@as-extern-mbertram as-extern-mbertram deleted the ocp-maps/pen-50 branch September 4, 2024 08:03
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.

3 participants