Skip to content

Commit

Permalink
fix(TPG >= 4.53)!: set bgp keepalive_interval to default 20 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlouvier committed Mar 7, 2023
1 parent 9b2fa28 commit aaf6bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ resource "google_compute_router" "vault-router" {
network = local.network

bgp {
asn = 64514
asn = 64514
keepalive_interval = 20
}

depends_on = [google_project_service.service]
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.53, < 5.0"
version = ">= 4.53, < 5.0"
}
}

Expand Down

0 comments on commit aaf6bc6

Please sign in to comment.