Skip to content

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

Merged
merged 4 commits into from
Mar 24, 2021

Conversation

renato-rudnicki
Copy link
Contributor

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 .

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@renato-rudnicki renato-rudnicki requested review from bharathkkb, rjerrems and a team as code owners March 19, 2021 18:06
Copy link
Member

@bharathkkb bharathkkb 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 @renato-rudnicki

peer_network = data.google_compute_network.shared_vpc.self_link

source = "terraform-google-modules/network/google//modules/network-peering"
version = "~> 2.0"
Copy link
Member

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

Copy link
Contributor

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"

Copy link
Contributor

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:

@daniel-cit
Copy link
Contributor

Build 191c852c-659a-46d6-9987-5a902fd9f81f failed due to concurrent update of service perimeter:

     ×  Command: `gcloud access-context-manager perimeters describe sp_p_shared_restricted_default_perimeter_496e --policy 37660424834 --format=json` Access Context Manager perimeter sp_p_shared_restricted_default_perimeter_496e should include tst-bu1-p-sample-restrict-2e86 project
     expected ["projects/83102018454", "projects/720768038265"] to include "projects/63345960933"

@daniel-cit daniel-cit requested a review from bharathkkb March 23, 2021 12:55
Copy link
Collaborator

@rjerrems rjerrems left a comment

Choose a reason for hiding this comment

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

LGTM

@bharathkkb bharathkkb merged commit 825d047 into terraform-google-modules:develop Mar 24, 2021
bharathkkb pushed a commit that referenced this pull request Mar 30, 2021
* Adding version on peering module

* Adding version for network_peering module

* Fix lint

* fixing lint
bharathkkb pushed a commit that referenced this pull request Mar 30, 2021
* Adding version on peering module

* Adding version for network_peering module

* Fix lint

* fixing lint
bharathkkb pushed a commit that referenced this pull request Mar 30, 2021
* Adding version on peering module

* Adding version for network_peering module

* Fix lint

* fixing lint
bharathkkb pushed a commit that referenced this pull request Mar 31, 2021
* Adding version on peering module

* Adding version for network_peering module

* Fix lint

* fixing lint
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.

None yet

4 participants