terraform-google-modules/terraform-google-vault

compute router bgp keepalive_interval is not set

Closed this issue · 2 comments

TL;DR

As shown in the screenshot from the plan, keepalive_interval is not set and this value needs to be between 20 and 60. This causes every time plans runs and apply, the provider tries to replace this value causing necessary noise in the plan.

image

Expected behavior

Set this value to it's default, 20, so plan doesn't show this again.

Observed behavior

No response

Terraform Configuration

n/a

Terraform Version

❯ terraform version
Terraform v1.3.7

Other older versions also have the problem. This was introduced here: https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md#4130-march-7-2022 so you need to use google providers > v4.13



### Additional information

_No response_

The following PR fix the issue:
#169

Hi @apeabody , any chance you could help here?