-
Notifications
You must be signed in to change notification settings - Fork 736
Fixing version of network_peering in step 4-projects #384
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
Fixing version of network_peering in step 4-projects #384
Conversation
There was a problem hiding this 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 @renato-rudnicki
peer_network = data.google_compute_network.shared_vpc.self_link | ||
|
||
source = "terraform-google-modules/network/google//modules/network-peering" | ||
version = "~> 2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets pin to 3.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bharathkkb should the peering_network
module also be bumped to 3.x
so that both are in sync?
module "peering_network" {
source = "terraform-google-modules/network/google"
version = "~> 2.0"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The peered network is using 3.x
:
version = "~> 3.1" |
Build
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Adding version on peering module * Adding version for network_peering module * Fix lint * fixing lint
* Adding version on peering module * Adding version for network_peering module * Fix lint * fixing lint
* Adding version on peering module * Adding version for network_peering module * Fix lint * fixing lint
* Adding version on peering module * Adding version for network_peering module * Fix lint * fixing lint
Fix for issue 313 - Pin peering module version in networks
Added version in peering module for business unit 1 and 2 in example_peering_project.tf .