Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat!: Add support for reserved_internal_range in secondary IP ranges#640

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
mclavel wants to merge2 commits intoterraform-google-modules:main
base:main
Choose a base branch
Loading
frommclavel:main

Conversation

@mclavel
Copy link

This PR adds support for the reserved_internal_range field in subnet secondary ranges

@mclavelmclavel requested review froma team andimrannayer ascode ownersOctober 11, 2025 05:49
@google-cla
Copy link

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View thisfailed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@mclavel
Copy link
Author

@imrannayer 👀

Copy link
Member

@bharathkkbbharathkkb left a comment

Choose a reason for hiding this comment

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

Thanks for the PR@mclavel

ip_cidr_range=secondary_ip_range.value.ip_cidr_range
range_name=secondary_ip_range.value.range_name
ip_cidr_range=secondary_ip_range.value.ip_cidr_range
reserved_internal_range=secondary_ip_range.value.reserved_internal_range
Copy link
Member

Choose a reason for hiding this comment

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

Lets bump the min provider version to 6.0 when support for this field was added to the provider (for this and beta module)

https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md#600-august-26-2024

Copy link
Author

Choose a reason for hiding this comment

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

ok 👍

# Example of using reserved_internal_range instead of ip_cidr_range
# {
# range_name = "${local.subnet_03}-02"
# reserved_internal_range = "networkconnectivity.googleapis.com/projects/my-project/locations/global/internalRanges/my-range"
Copy link
Member

Choose a reason for hiding this comment

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

Could we create this resource as part of the example?

Copy link
Author

Choose a reason for hiding this comment

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

Done!

@bharathkkbbharathkkb changed the titlefeat: Add support for reserved_internal_range in secondary IP rangesfeat!: Add support for reserved_internal_range in secondary IP rangesOct 17, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@imrannayerimrannayerAwaiting requested review from imrannayerimrannayer is a code owner

@bharathkkbbharathkkbAwaiting requested review from bharathkkb

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@mclavel@bharathkkb

[8]ページ先頭

©2009-2025 Movatter.jp