Skip to content

Commit 176ad25

Browse files
authored
chore(CI): bump machine type (terraform-google-modules#1882)
1 parent f498355 commit 176ad25

File tree

1 file changed

+1
-1
lines changed
  • examples/simple_zonal_with_asm

1 file changed

+1
-1
lines changed

examples/simple_zonal_with_asm/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module "gke" {
5050
autoscaling = false
5151
auto_upgrade = true
5252
node_count = 3
53-
machine_type = "e2-standard-4"
53+
machine_type = "e2-standard-8"
5454
},
5555
]
5656
}

0 commit comments

Comments
 (0)