Skip to content

Commit

Permalink
chore(CI): bump machine type (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Feb 20, 2024
1 parent f498355 commit 176ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_zonal_with_asm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module "gke" {
autoscaling = false
auto_upgrade = true
node_count = 3
machine_type = "e2-standard-4"
machine_type = "e2-standard-8"
},
]
}
Expand Down

0 comments on commit 176ad25

Please sign in to comment.