Skip to content

Commit 68d5478

Browse files
committed
increase multi-network gateway default disk size
1 parent 39f4057 commit 68d5478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/terraform/auto-drive/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ variable "multi_network_gateway_instance_type" {
5858
variable "gateway_root_volume_size" {
5959
description = "Size of the root volume (in GB) for gateway instances."
6060
type = number
61-
default = 150
61+
default = 250
6262
}
6363

6464
variable "iam_role_policy_arn" {

0 commit comments

Comments
 (0)