mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cli: enable jumbo frames for GCP VPCs
This commit is contained in:
parent
a3f8bb30ac
commit
0331e2dc78
@ -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…
Reference in New Issue
Block a user