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

add advanced routing options to router peer #2271

Merged

Conversation

megan07
Copy link
Contributor

@megan07 megan07 commented Aug 29, 2019

Fixes hashicorp/terraform-provider-google#4357

Updated the google_compute_router_peer to include the full routing options, similar to what exists in google_compute_router

Release Note for Downstream PRs (will be copied)

Added full routing options to `google_compute_router_peer`

@modular-magician
Copy link
Collaborator

Hi! I'm the modular magician, I work on Magic Modules.
This PR seems not to have generated downstream PRs before, as of 8813906.

Pull request statuses

No diff detected in terraform-google-conversion.
No diff detected in Ansible.
No diff detected in Inspec.

New Pull Requests

I built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed.
depends: hashicorp/terraform-provider-google-beta#1104
depends: hashicorp/terraform-provider-google#4371

}
interface = "${google_compute_router_interface.foobar.name}"
}
`, testId, testId, testId, testId, testId, testId, testId, testId, testId, testId, testId)
Copy link
Contributor

Choose a reason for hiding this comment

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

This would be a lot cleaner with the context map that some other tests use, but its all the same string and changing it would require changing the other tests in this file so 🤷‍♂

megan07 and others added 2 commits August 29, 2019 17:06
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
@leighmhart
Copy link

@megan07 no doc update for this? I've suddenly got existing resources wanting to rebuild because the unset value now wants to be set to "DEFAULT"

@megan07
Copy link
Contributor Author

megan07 commented Sep 18, 2019

Hi @allandrick , thank you for bringing this to our attention! I’m sorry you had a bad upgrade experience, we try our best to avoid that, but in this case it looks like this slipped through. We’re looking into what the best approach is going forward. Meanwhile, I will update the documentation as well and add these 3 fields. Would you please create a new issue in the terraform-providers-google repo so we can track it along with the other issues? We will update that with further information and remediation efforts. Thanks again!

@leighmhart
Copy link

Thanks @megan07! issue created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Advanced routing in google_compute_router_peer
5 participants