-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
add advanced routing options to router peer #2271
Conversation
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI 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. |
} | ||
interface = "${google_compute_router_interface.foobar.name}" | ||
} | ||
`, testId, testId, testId, testId, testId, testId, testId, testId, testId, testId, testId) |
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.
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 🤷♂
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
8813906
to
5705443
Compare
@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" |
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! |
Thanks @megan07! issue created. |
Fixes hashicorp/terraform-provider-google#4357
Updated the
google_compute_router_peer
to include the full routing options, similar to what exists ingoogle_compute_router
Release Note for Downstream PRs (will be copied)