mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-20 13:58:47 -04:00
cli: enable jumbo frames for GCP VPCs
This commit is contained in:
parent
a3f8bb30ac
commit
0331e2dc78
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ resource "google_compute_network" "vpc_network" {
|
||||||
name = local.name
|
name = local.name
|
||||||
description = "Constellation VPC network"
|
description = "Constellation VPC network"
|
||||||
auto_create_subnetworks = false
|
auto_create_subnetworks = false
|
||||||
|
mtu = 8896
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "google_compute_subnetwork" "vpc_subnetwork" {
|
resource "google_compute_subnetwork" "vpc_subnetwork" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue