-
Notifications
You must be signed in to change notification settings - Fork 38
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 configurable sleep/timeout for GCP VPC peering #247
Conversation
docs/resources/vpc_gcp_peering.md
Outdated
## Changelog | ||
|
||
List of changes made to this resource for different versions. | ||
|
||
[v1.29.0](https://github.com/cloudamqp/terraform-provider-cloudamqp/releases/tag/v1.29.0) configurable | ||
sleep and timeout for retries when requesting and reading peering. | ||
|
||
[v1.28.0](https://github.com/cloudamqp/terraform-provider-cloudamqp/releases/tag/v1.18.0) | ||
Added `wait_on_peering_status` as optional, set to wait until peering is finished. | ||
|
||
[v1.16.0](https://github.com/cloudamqp/terraform-provider-cloudamqp/releases/tag/v1.16.0) | ||
deprecated intance_id and use vpc_id instead |
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.
I see we are discussing this at #246 (comment) :)
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, let's see which way we go with the changelogs
@tbroden84 I think we should be able to have passing builds before merging here if we always merge / bump go-api first? |
@dentarg yes, my bad this time. Added both PRs in https://github.com/84codes/go-api/releases/tag/v1.15.0, instead of doing two releases. This caused dependency issues for |
I see, and we made changes in go-api so it wasn't compatible with main branch either, but that was resolved by f4c76b3 Okay no worries :) |
Yes correct. |
WHY are these changes introduced?
Reported issues about "Timeout talking to backend" and lack of retries when requesting VPC peering.
Part of: #242
Requires: 84codes/go-api#43
WHAT is this pull request doing?
HOW can this pull request be tested?
Manual run a workflow with VPC peering to another VPC hosted in GCP.